Skip to content

Commit a54efe3

Browse files
committed
docs: updating the documentation for the release
1 parent 3c1cdd4 commit a54efe3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/data-sources/rediscloud_active_active_subscription_database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ data "rediscloud_active_active_subscription_database" "example" {
4747
* `support_oss_cluster_api` - Supports the Redis open-source (OSS) Cluster API.
4848
* `external_endpoint_for_oss_cluster_api` - Use the external endpoint for open-source (OSS) Cluster API.
4949
* `enable_tls` - Enable TLS for database.
50+
* `tls_certificate` - TLS certificate used for authentication.
5051
* `data_eviction` - The data items eviction policy.
5152
* `global_modules` - A list of modules to be enabled on all deployments of this database.
5253
* `public_endpoint` - Public endpoint to access the database.

docs/resources/rediscloud_essentials_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following arguments are supported:
6767
* `replica` - (Optional) If specified, this database will be a replica of the specified Redis databases provided, documented below.
6868
* `client_tls_certificates` - (Optional) A list of TLS/SSL certificates (public keys) with new line characters replaced by \n.
6969
* `password` - (Optional) Password to access the database. If not specified, a random 32 character long alphanumeric password will be automatically generated.
70-
* `enable_default_user` - (Optional) When `true` enables connecting to the database with the default user. Default `true`.
70+
* `enable_default_user` - (Optional) When `true` enables connecting to the database with the default user. Default `true`. If set to `false`, any value for `password` will be ignored.
7171
* `alert` - (Optional) A block defining Redis database alert. Can be specified multiple times. Documented below.
7272
* `tags` - (Optional) A string/string map of tags to associate with this database. Note that all keys and values must be lowercase.
7373
* `modules` - (Optional) A list of modules objects, documented below. **Modifying this attribute will force creation of a new resource.**

0 commit comments

Comments
 (0)