Skip to content

Commit 8073349

Browse files
committed
docs: fixing missing AA db redis_version in docs
1 parent 1c45f74 commit 8073349

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/data-sources/rediscloud_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ data "rediscloud_database" "example" {
4545
* `memory_limit_in_gb` - The maximum memory usage for the database.
4646
* `dataset_size_in_gb` - Maximum amount of data in the dataset for this specific database in GB.
4747
* `support_oss_cluster_api` - Supports the Redis open-source (OSS) Cluster API.
48-
* `redis_version` - The Redis version of the database.
48+
* `redis_version` - The Redis database version.
4949
* `resp_version` - Either `resp2` or `resp3`. Database's RESP version.
5050
* `replica_of` - The set of Redis database URIs, in the format `redis://user:password@host:port`, that this
5151
database will be a replica of.

docs/resources/rediscloud_active_active_subscription_database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The following arguments are supported:
9393
* `memory_limit_in_gb` - (Optional - **Required if `dataset_size_in_gb` is unset**) Maximum memory usage for this specific database, including replication and other overhead **Deprecated in favor of `dataset_size_in_gb` - not possible to import databases with this attribute set**
9494
* `dataset_size_in_gb` - (Optional - **Required if `memory_limit_in_gb` is unset**) The maximum amount of data in the dataset for this specific database is in GB
9595
* `support_oss_cluster_api` - (Optional) Support Redis open-source (OSS) Cluster API. Default: ‘false’
96+
* `redis_version` - (Optional) Defines the Redis database version. Default: the default version as specified by the API.
9697
* `external_endpoint_for_oss_cluster_api` - (Optional) Should use the external endpoint for open-source (OSS) Cluster API.
9798
Can only be enabled if OSS Cluster API support is enabled. Default: 'false'
9899
* `enable_tls` - (Optional) Use TLS for authentication. Default: ‘false’

docs/resources/rediscloud_subscription_database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ resource "rediscloud_subscription_database" "database-resource" {
7979
The following arguments are supported:
8080

8181
* `subscription_id` - (Required) The ID of the subscription to create the database in. **Modifying this attribute will force creation of a new resource.**
82-
* `name` - (Required) A meaningful name to identify the database
83-
* `redis_version` - (Optional) The Redis version of the database. If omitted, the Redis version will be the default.
82+
* `name` - (Required) A meaningful name to identify the database.
83+
* `redis_version` - (Optional) Defines the Redis database version. Default: the default version as specified by the API.
8484
* `throughput_measurement_by` - (Required) Throughput measurement method that will be used by your databases. Either `number-of-shards` or `operations-per-second`. **`number-of-shards` is deprecated and only supported for legacy deployments.**
8585
* `throughput_measurement_value` - (Required) Throughput value (as applies to selected measurement method)
8686
* `memory_limit_in_gb` - (Optional - **Required if `dataset_size_in_gb` is unset**) Maximum memory usage for this specific database, including replication and other overhead **Deprecated in favor of `dataset_size_in_gb` - not possible to import databases with this attribute set**

0 commit comments

Comments
 (0)