diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e2c8e0..0c3113e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: diff --git a/README.md b/README.md index 3745616..69c7213 100644 --- a/README.md +++ b/README.md @@ -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