Skip to content

Commit

Permalink
Merge pull request #86 from minamijoyo/tf-1.2
Browse files Browse the repository at this point in the history
Add support for Terraform v1.2
  • Loading branch information
minamijoyo authored May 19, 2022
2 parents cf9b5bf + e09b7a4 commit 36538d3
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
- 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 36538d3

Please sign in to comment.