From afa361ab6e904340411ddad1d9ed6246e45ebc6c Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Mon, 8 Nov 2021 11:14:23 +0900 Subject: [PATCH] Add support for Terraform v1.1 A notable change is only #63. --- .github/workflows/test.yaml | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5518f43..be9c98e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 diff --git a/README.md b/README.md index f891cae..f2568ef 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.1.x - Terraform v1.0.x - Terraform v0.15.x - Terraform v0.14.x