issues
search
daryl-d
/
terraform-provider-cassandra
Terraform provider for Apache Cassandra
6
stars
16
forks
source link
Update provider
#4
Closed
daryl-d
closed
6 years ago
daryl-d
commented
6 years ago
made username and password optional
added in docker compose file to spin up cassandra for testing
can now configure the CQL binary protocol version in the provider options (defaults to 4)
resource role is now a noop if the password did not change (using bcrypt library to compare stored hash against password)
marked username as sensitive on the provider