Skip to content

Commit

Permalink
feat: drop support for terraform v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jan 9, 2025
1 parent 3801920 commit 80d4dba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
version: v1.7.x
- tool: opentofu
version: v1.8.x
- tool: terraform
version: v1.8.x
- tool: terraform
version: v1.9.x

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Requirements

- [Terraform](https://developer.hashicorp.com/terraform/downloads)
- HashiCorp recommends to use the two latest terraform releases (1.8.x, 1.9.x). Our test suite validates that our provider works with these versions.
- HashiCorp recommends to use the two latest terraform releases (1.9.x). Our test suite validates that our provider works with these versions.
- 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.
- [Go](https://go.dev/doc/install) 1.21.x (to build the provider plugin)

Expand Down

0 comments on commit 80d4dba

Please sign in to comment.