Skip to content

Commit

Permalink
Updated changelog, run make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
abarabash-sift committed Oct 2, 2024
1 parent af96aca commit 9d53ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
IMPROVEMENTS:

* Enabling CI testing for versions `1.9` of Terraform
* Added support for digest authentication in provider configuration
* Added support for ZNode ACL management in `zookeeper_znode` and `zookeeper_sequential_znode` resources

NOTES:

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ provider "zookeeper" {

### Optional

- `password` (String, Sensitive) Password for digest authentication
- `password` (String, Sensitive) Password for digest authentication. Can be set via `ZOOKEEPER_PASSWORD` environment variable.
- `servers` (String) A comma separated list of 'host:port' pairs, pointing at ZooKeeper Server(s).
- `session_timeout` (Number) How many seconds a session is considered valid after losing connectivity. More information about ZooKeeper sessions can be found [here](#zookeeper-sessions).
- `username` (String, Sensitive) Username for digest authentication
- `username` (String, Sensitive) Username for digest authentication. Can be set via `ZOOKEEPER_USERNAME` environment variable.

## Important aspects about ZooKeeper and this provider

Expand Down

0 comments on commit 9d53ce3

Please sign in to comment.