You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,15 +73,14 @@ The following arguments are supported:
75
73
*`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.**
76
74
*`payment_method_id` - (Optional) A valid payment method pre-defined in the current account. Only __Required__ when `payment_method` is `credit-card`.
77
75
*`memory_storage` - (Optional) Memory storage preference: either ‘ram’ or a combination of ‘ram-and-flash’. Default: ‘ram’. **Modifying this attribute will force creation of a new resource.**
78
-
*`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 pro subscriptions. Please specify `redis_version` on databases directly instead.**
76
+
*`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 subscriptions level. Please specify `redis_version` on databases directly instead.**
79
77
*`allowlist` - (Optional) An allowlist object, documented below
80
78
*`cloud_provider` - (Required) A cloud provider object, documented below. **Modifying this attribute will force creation of a new resource.**
81
79
*`creation_plan` - (Required) A creation plan object, documented below.
82
80
*`maintenance_windows` - (Optional) The subscription's maintenance window specification, documented below.
83
81
*`customer_managed_key_enabled` - (Optional) Whether to enable the customer managed encryption key flow.
84
82
*`customer_managed_key_deletion_grace_period` - (Optional) The grace period for deleting the subscription. If not set, will default to immediate deletion grace period.
85
-
*`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.
86
-
83
+
*`customer_managed_key` - (Optional) The customer managed keys (CMK) to use for this subscription.
87
84
The `allowlist` block supports:
88
85
89
86
*`security_group_ids` - (Required) Set of security groups that are allowed to access the databases associated with this subscription
0 commit comments