Skip to content

Commit 149f092

Browse files
Update rediscloud_subscription.md
1 parent af7fbbb commit 149f092

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/resources/rediscloud_subscription.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ The `creation_plan` block supports:
102102

103103
* `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**
104104
* `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.
105-
* `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.
106-
Example: `modules = ["RedisJSON", "RediSearch", "RedisTimeSeries", "RedisBloom"]`
105+
* `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.**
107106
* `support_oss_cluster_api` - (Optional) Support Redis open-source (OSS) Cluster API. Default: ‘false’
108107
* `replication` - (Optional) Databases replication. Default: ‘true’
109108
* `quantity` - (Required) The planned number of databases in the subscription
@@ -113,8 +112,6 @@ The `creation_plan` block supports:
113112
Estimated average size (measured in bytes) of the items stored in the database. The value needs to
114113
be the maximum average item size defined in one of your databases. Default: 1000
115114

116-
~> **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.
117-
118115
~> **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.
119116

120117
The cloud_provider `region` block supports:

0 commit comments

Comments
 (0)