Skip to content

Commit f6372aa

Browse files
authored
feat: drop support for terraform v1.7.x (#947)
Remove support for terraform v1.7.x which us now end-of-life: https://endoflife.date/terraform
1 parent 3c4d298 commit f6372aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ jobs:
4444
include:
4545
- tool: opentofu
4646
version: v1.6.x
47-
- tool: terraform
48-
version: v1.7.x
4947
- tool: terraform
5048
version: v1.8.x
5149

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Requirements
99

1010
- [Terraform](https://developer.hashicorp.com/terraform/downloads)
11-
- HashiCorp recommends to use the two latest terraform releases (1.7.x, 1.8.x). Our test suite validates that our provider works with these versions.
11+
- HashiCorp recommends to use the two latest terraform releases (1.8.x). Our test suite validates that our provider works with these versions.
1212
- This provider uses the [terraform plugin protocol version 6](https://developer.hashicorp.com/terraform/plugin/terraform-plugin-protocol#protocol-version-6), and should work with all tools (ie. Terraform & OpenTofu) that supports it.
1313
- [Go](https://go.dev/doc/install) 1.21.x (to build the provider plugin)
1414

0 commit comments

Comments
 (0)