diff --git a/.github/workflows/terraform_validate.yaml b/.github/workflows/terraform_validate.yaml index 35c9f48..20a616d 100644 --- a/.github/workflows/terraform_validate.yaml +++ b/.github/workflows/terraform_validate.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - terraform_version: ['1.0.11', '1.1.9', '1.2.9', '1.3.10', '1.4.7', '1.5.7', '1.6.6', '1.7.5'] + terraform_version: ['1.1.9', '1.2.9', '1.3.10', '1.4.7', '1.5.7', '1.6.6', '1.7.5'] permissions: contents: 'read' id-token: 'write' diff --git a/README.md b/README.md index 3108d0e..68748bd 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ This value is useful for a few scenarios: ## Compatibility -This module is meant for use with Terraform 1.0+. If you find incompatibilities using Terraform >= -1.0, please open an issue. +This module is meant for use with Terraform 1.1+. If you find incompatibilities using Terraform >= +1.1, please open an issue. ## Usage Tips