Skip to content

Commit 241c8c7

Browse files
Update rediscloud_active_active_subscription.md
1 parent 1c45f74 commit 241c8c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/resources/rediscloud_active_active_subscription.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ resource "rediscloud_active_active_subscription" "subscription-resource" {
3636
creation_plan {
3737
dataset_size_in_gb = 1
3838
quantity = 1
39-
modules = ["RedisJSON"]
4039
region {
4140
region = "us-east-1"
4241
networking_deployment_cidr = "192.168.0.0/24"
@@ -61,12 +60,12 @@ The following arguments are supported:
6160
* `payment_method` (Optional) The payment method for the requested subscription, (either `credit-card` or `marketplace`). If `credit-card` is specified, `payment_method_id` must be defined. Default: 'credit-card'. **(Changes to) this attribute are ignored after creation.**
6261
* `payment_method_id` - (Optional) A valid payment method pre-defined in the current account. This value is __Optional__ for AWS/GCP Marketplace accounts, but __Required__ for all other account types
6362
* `cloud_provider` - (Optional) The cloud provider to use with the subscription, (either `AWS` or `GCP`). Default: ‘AWS’. **Modifying this attribute will force creation of a new resource.**
64-
* `redis_version` - (Optional) The Redis version of the databases in the subscription. If omitted, the Redis version will be the default. **Modifying this attribute will force creation of a new resource.**
63+
* `redis_version` - (Optional) The Redis version of the databases in the subscription. If omitted, the Redis version will be the default. **Deprecated: This attribute is deprecated on the subscription level. Please specify `redis_version` on databases directly instead.**
6564
* `creation_plan` - (Required) A creation plan object, documented below. Ignored after creation.
6665
* `maintenance_windows` - (Optional) The subscription's maintenance window specification, documented below.
6766
* `customer_managed_key_enabled` - (Optional) Whether to enable the CMK flow.
6867
* `customer_managed_key_deletion_grace_period` - (Optional) The grace period for deleting the subscription. If not set, will default to immediate deletion grace period.
69-
* `customer_managed_key` - (Optional) The customer managed keys (CMK) to use for this subscription. If is active-active subscription, must set a key for each region.
68+
* `customer_managed_key` - (Optional) The customer managed keys (CMK) to use for this subscription. In an active-active subscription, you must set a key for each region.
7069

7170
The `creation_plan` block supports:
7271

0 commit comments

Comments
 (0)