From 2370ace67778ce97fb2b74f2eb4792797e1d3adf Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Mon, 8 Nov 2021 11:14:23 +0900 Subject: [PATCH] [WIP] Add support for Terraform v1.1 --- .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 2ccbf9c..67c0b19 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-beta1 + - 1.0.10 - 0.15.5 - 0.14.11 - 0.13.7 diff --git a/README.md b/README.md index d69a0ac..d195aa4 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,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