Skip to content

Commit

Permalink
Merge pull request #17 from minamijoyo/tf-0.15
Browse files Browse the repository at this point in the history
Add support for Terraform v0.15
  • Loading branch information
minamijoyo authored Apr 19, 2021
2 parents 4850729 + 95f4e0f commit 47569c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
strategy:
matrix:
terraform:
- 0.14.0
- 0.13.5
- 0.12.29
- 0.15.0
- 0.14.10
- 0.13.6
- 0.12.30
env:
TERRAFORM_VERSION: ${{ matrix.terraform }}
steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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 v0.15.x
- Terraform v0.14.x
- Terraform v0.13.x
- Terraform v0.12.x
Expand Down

0 comments on commit 47569c9

Please sign in to comment.