Skip to content

Commit

Permalink
Ensure compatibility with Terraform 1.0.1 and 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbode committed Jul 16, 2021
1 parent 4e4631b commit c6152d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -155,6 +155,8 @@ jobs:
- 0.15.4
- 0.15.5
- 1.0.0
- 1.0.1
- 1.0.2

steps:

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c6152d4

Please sign in to comment.