Skip to content

Commit d4c732b

Browse files
Merge pull request #660 from RedisLabs/NoamSternRedis-patch-2
Update rediscloud_active_active_subscription_database.md
2 parents 1c45f74 + e1dce15 commit d4c732b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/resources/rediscloud_active_active_subscription_database.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ resource "rediscloud_active_active_subscription_database" "database-resource" {
5353
value = 1
5454
}
5555
56-
global_modules = ["RedisJSON"]
57-
5856
override_region {
5957
name = "us-east-2"
6058
override_global_source_ips = ["192.10.0.0/16"]
@@ -90,6 +88,7 @@ output "us-east-2-private-endpoints" {
9088
The following arguments are supported:
9189
* `subscription_id`: (Required) The ID of the Active-Active subscription to create the database in. **Modifying this attribute will force creation of a new resource.**
9290
* `name` - (Required) A meaningful name to identify the database. **Modifying this attribute will force creation of a new resource.**
91+
* `redis_version` - (Optional) The Redis version of the database. If omitted, the Redis version will be the default. **Modifying this attribute will force creation of a new resource.**
9392
* `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**
9493
* `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
9594
* `support_oss_cluster_api` - (Optional) Support Redis open-source (OSS) Cluster API. Default: ‘false’

0 commit comments

Comments
 (0)