Skip to content

Commit

Permalink
feat: add support for terraform v1.9 (#949)
Browse files Browse the repository at this point in the history
Run tests for terraform 1.9.x that was released last week:
https://github.com/hashicorp/terraform/releases/tag/v1.9.0
  • Loading branch information
jooola authored Jul 2, 2024
1 parent ae115a8 commit 642ac15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
version: v1.7.x
- tool: terraform
version: v1.8.x
- tool: terraform
version: v1.9.x

steps:
- uses: actions/checkout@v4
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). Our test suite validates that our provider works with these versions.
- 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.
- 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 642ac15

Please sign in to comment.