Skip to content

Commit

Permalink
[WIP] Add support for Terraform v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Nov 8, 2021
1 parent bbd37c7 commit 2370ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
strategy:
matrix:
terraform:
- 1.0.0
- 1.1.0-beta1
- 1.0.10
- 0.15.5
- 0.14.11
- 0.13.7
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ This brings us to a new paradigm, that is to say, Terraform state operation as C

The tfmigrate invokes `terraform` command under the hood. This is because we want to support multiple terraform versions in a stable way. Currently supported terraform versions are as follows:

- Terraform v1.1.x
- Terraform v1.0.x
- Terraform v0.15.x
- Terraform v0.14.x
Expand Down

0 comments on commit 2370ace

Please sign in to comment.