Skip to content

Commit

Permalink
Merge pull request #63 from minamijoyo/tf-1.9
Browse files Browse the repository at this point in the history
Add support for Terraform 1.9
  • Loading branch information
minamijoyo committed Aug 10, 2024
2 parents b1cbce3 + 5ad060c commit 5a576af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ jobs:
strategy:
matrix:
terraform:
- 1.6.6
- 0.15.5
- 0.14.11
- 0.13.7
- 1.9.0
- 1.8.5
- 0.12.31
env:
TERRAFORM_VERSION: ${{ matrix.terraform }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A schema inspector for Terraform / OpenTofu providers.
- List available resource types.
- Autocomplete resource types in bash/zsh.
- Open official provider documents quickly by your system web browser.
- Terraform v0.15+ support (minimum requirements: Terraform >= v0.12)
- Terraform v1.x support (minimum requirements: Terraform >= v0.12)
- OpenTofu v1.6+ support

![demo](/images/tfschema-demo.gif)
Expand Down

0 comments on commit 5a576af

Please sign in to comment.