Skip to content

Commit

Permalink
Add tests for terraform 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
  • Loading branch information
LKaemmerling committed Jun 19, 2021
1 parent 8f1c5c1 commit 449710e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
terraform_version: [ "0.13.x", "0.14.x", "0.15.x" ]
terraform_version: [ "0.13.x", "0.14.x", "0.15.x", "1.0.x" ]
name: integration-${{ matrix.terraform_version }}
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ Terraform Provider for the Hetzner Cloud
Requirements
------------

- [Terraform](https://www.terraform.io/downloads.html) 0.13.x, 0.14.x, 0.15.x
- [Terraform](https://www.terraform.io/downloads.html) 0.13.x, 0.14.x, 0.15.x, 1.0.x
- [Go](https://golang.org/doc/install) 1.16.x (to build the provider plugin)

API Stability
Expand Down

0 comments on commit 449710e

Please sign in to comment.