From 149f092404d70f8c37fc98b40725b2ad82b9a683 Mon Sep 17 00:00:00 2001 From: Noam Stern <127837661+NoamSternRedis@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:42:27 +0000 Subject: [PATCH] Update rediscloud_subscription.md --- docs/resources/rediscloud_subscription.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/resources/rediscloud_subscription.md b/docs/resources/rediscloud_subscription.md index da8def10..1e93c21c 100644 --- a/docs/resources/rediscloud_subscription.md +++ b/docs/resources/rediscloud_subscription.md @@ -102,8 +102,7 @@ The `creation_plan` block supports: * `memory_limit_in_gb` - (Required) Maximum memory usage that will be used for your largest planned database. You can not set both dataset_size_in_gb and memory_limit_in_gb. **Deprecated: Use `dataset_size_in_gb` instead** * `dataset_size_in_gb` - (Required) The maximum amount of data in the dataset for this specific database is in GB. You can not set both dataset_size_in_gb and memory_limit_in_gb. -* `modules` - (Optional) a list of modules that will be used by the databases in this subscription. Not currently compatible with ‘ram-and-flash’ memory storage. - Example: `modules = ["RedisJSON", "RediSearch", "RedisTimeSeries", "RedisBloom"]` +* `modules` - (Optional) a list of modules that will be used by the databases in this subscription. **Don’t specify modules for DB versions 8 and above. All capabilities are bundled in the DB by default.** * `support_oss_cluster_api` - (Optional) Support Redis open-source (OSS) Cluster API. Default: ‘false’ * `replication` - (Optional) Databases replication. Default: ‘true’ * `quantity` - (Required) The planned number of databases in the subscription @@ -113,8 +112,6 @@ The `creation_plan` block supports: Estimated average size (measured in bytes) of the items stored in the database. The value needs to be the maximum average item size defined in one of your databases. Default: 1000 -~> **Note:** If the number of modules exceeds the `quantity` then additional creation-plan databases will be created with the modules defined in the `modules` block. - ~> **Note:** If changes are made to attributes in the subscription which require the subscription to be recreated (such as `memory_storage` or `cloud_provider`), the creation_plan will need to be defined in order to change these attributes. This is because the creation_plan is always required when a subscription is created. The cloud_provider `region` block supports: