Skip to content

Commit

Permalink
[WIP] Add support for Terraform v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed May 10, 2022
1 parent cf9b5bf commit 2aac875
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 @@ -44,7 +44,8 @@ jobs:
strategy:
matrix:
terraform:
- 1.1.0
- 1.2.0-rc1
- 1.1.9
- 1.0.11
- 0.15.5
- 0.14.11
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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.2.x
- Terraform v1.1.x
- Terraform v1.0.x
- Terraform v0.15.x
Expand Down

0 comments on commit 2aac875

Please sign in to comment.