diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e16c94d5c..faf5e3136 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index 69041515b..6812ba485 100644 --- a/README.md +++ b/README.md @@ -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)