Skip to content

Commit c17e95d

Browse files
authored
Merge pull request #572 from RedisLabs/NoamSternRedis-patch-3
Update rediscloud_active_active_subscription.md
2 parents 65bd13a + c120d0e commit c17e95d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/resources/rediscloud_active_active_subscription.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "rediscloud_active_active_subscription" "subscription-resource" {
3232
cloud_provider = "AWS"
3333
3434
creation_plan {
35-
memory_limit_in_gb = 1
35+
dataset_size_in_gb = 1
3636
quantity = 1
3737
modules = ["RedisJSON"]
3838
region {
@@ -65,7 +65,8 @@ The following arguments are supported:
6565

6666
The `creation_plan` block supports:
6767

68-
* `memory_limit_in_gb` - (Required) Maximum memory usage that will be used for your largest planned database, including replication and other overhead
68+
* `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**
69+
* `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
6970
* `quantity` - (Required) The planned number of databases in the subscription.
7071
* `modules` - (Optional) A list of modules to be enabled on all deployments of this database. Either: `RedisJSON` or `RediSearch`.
7172
* `region` - (Required) Deployment region block, documented below

0 commit comments

Comments
 (0)