Skip to content

Commit 642ac15

Browse files
authored
feat: add support for terraform v1.9 (#949)
Run tests for terraform 1.9.x that was released last week: https://github.com/hashicorp/terraform/releases/tag/v1.9.0
1 parent ae115a8 commit 642ac15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
version: v1.7.x
4949
- tool: terraform
5050
version: v1.8.x
51+
- tool: terraform
52+
version: v1.9.x
5153

5254
steps:
5355
- uses: actions/checkout@v4

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.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, 1.9.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)