Skip to content

Commit

Permalink
modify compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Mar 14, 2024
1 parent 9dfbfa9 commit 48e81d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 48e81d8

Please sign in to comment.