Skip to content

Commit e1dce15

Browse files
committed
docs: changing the wording to reflect the forcenew schema
1 parent 110faea commit e1dce15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/rediscloud_active_active_subscription_database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ output "us-east-2-private-endpoints" {
8888
The following arguments are supported:
8989
* `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.**
9090
* `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. You can not update this attribute after creation.
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.**
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’

0 commit comments

Comments
 (0)