Skip to content

Commit d630b98

Browse files
committed
docs: fixing missing AA db redis_version in docs
1 parent 64009d2 commit d630b98

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
@@ -92,6 +92,7 @@ The following arguments are supported:
9292
* `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**
9393
* `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
9494
* `support_oss_cluster_api` - (Optional) Support Redis open-source (OSS) Cluster API. Default: ‘false’
95+
* `redis_version` - (Optional) Defines the Redis database version. Default: the default version as specified by the API.
9596
* `external_endpoint_for_oss_cluster_api` - (Optional) Should use the external endpoint for open-source (OSS) Cluster API.
9697
Can only be enabled if OSS Cluster API support is enabled. Default: 'false'
9798
* `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
@@ -71,8 +71,8 @@ resource "rediscloud_subscription_database" "database-resource" {
7171
The following arguments are supported:
7272

7373
* `subscription_id` - (Required) The ID of the subscription to create the database in. **Modifying this attribute will force creation of a new resource.**
74-
* `name` - (Required) A meaningful name to identify the database
75-
* `redis_version` - (Optional) The Redis version of the database. If omitted, the Redis version will be the default.
74+
* `name` - (Required) A meaningful name to identify the database.
75+
* `redis_version` - (Optional) Defines the Redis database version. Default: the default version as specified by the API.
7676
* `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.**
7777
* `throughput_measurement_value` - (Required) Throughput value (as applies to selected measurement method)
7878
* `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)