Skip to content

Commit

Permalink
Merge pull request #50 from minamijoyo/tf-1.1
Browse files Browse the repository at this point in the history
Add support for Terraform v1.1
  • Loading branch information
minamijoyo authored Dec 10, 2021
2 parents 738ef56 + afa361a commit 848206b
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
- 1.0.11
- 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 @@ -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.1.x
- Terraform v1.0.x
- Terraform v0.15.x
- Terraform v0.14.x
Expand Down

0 comments on commit 848206b

Please sign in to comment.