diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index dde5a17..dbe7b97 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,7 @@ jobs: id: go - name: Install terraform - run: wget https://releases.hashicorp.com/terraform/1.0.0/terraform_1.0.0_linux_amd64.zip -O /tmp/terraform.zip && sudo unzip -o -d /usr/local/bin/ /tmp/terraform.zip + run: wget https://releases.hashicorp.com/terraform/1.0.2/terraform_1.0.2_linux_amd64.zip -O /tmp/terraform.zip && sudo unzip -o -d /usr/local/bin/ /tmp/terraform.zip - name: Check out code into the Go module directory uses: actions/checkout@v1 @@ -155,6 +155,8 @@ jobs: - 0.15.4 - 0.15.5 - 1.0.0 + - 1.0.1 + - 1.0.2 steps: diff --git a/README.md b/README.md index 3cc3d34..8abf2bf 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ If terraform-state-mover is used with the [Google Cloud Platform provider](https ## Terraform version compatibility -| < 0.10.1 | 0.10.1…8 | 0.11.0…15 | 0.12.0…31 | 0.13.0…7 | 0.14.0…11 | 0.15.0…5 | 1.0.0 | -|:--------:|:--------:|:---------:|:---------:|:--------:|:---------:|:--------:|:-----:| -| ✗ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| < 0.10.1 | 0.10.1…8 | 0.11.0…15 | 0.12.0…31 | 0.13.0…7 | 0.14.0…11 | 0.15.0…5 | 1.0.0…2 | +|:--------:|:--------:|:---------:|:---------:|:--------:|:---------:|:--------:|:-------:| +| ✗ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ## Contributing Pull requests are welcome. Please make sure to update tests as appropriate.