diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 611f078..ccfe798 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/README.md b/README.md index 455a8b3..330b1d2 100644 --- a/README.md +++ b/README.md @@ -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