Skip to content

Commit

Permalink
Capturing in readmes that we are now testing against TF 1.9 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Sep 25, 2024
1 parent 87110ae commit 03cfb3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

IMPROVEMENTS:

* Enabling CI testing for versions `1.9` of Terraform

NOTES:

* Moved build to [Golang `v1.23`](https://go.dev/blog/go1.23)
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ version it implements, and Terraform:
|:--------:|:-----------------:|:---------:|
| `>= 1.x` | `5` | `>= 0.12` |

### CI Testing

This provider is tested against Terraform versions from `0.12` to `1.9`.
See the [Build and Test](https://github.com/tfzk/terraform-provider-zookeeper/blob/main/.github/workflows/build-test.yml)
workflow.

## Provider features

* [x] support for ZK standard multi-server connection string
Expand All @@ -47,7 +53,7 @@ version it implements, and Terraform:

### Requirements

* [Go](https://go.dev/dl/) >= `1.22`
* [Go](https://go.dev/dl/) >= `1.23`
* [Docker](https://docs.docker.com/get-docker/)
* [Docker Compose](https://docs.docker.com/compose/install/)
* [golangci-lint](https://golangci-lint.run/)
Expand Down

0 comments on commit 03cfb3f

Please sign in to comment.