Skip to content

Commit dc8f92d

Browse files
Update rediscloud_subscription.md
1 parent 1c45f74 commit dc8f92d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/resources/rediscloud_subscription.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ resource "rediscloud_subscription" "subscription-resource" {
3333
name = "subscription-name"
3434
payment_method = "credit-card"
3535
payment_method_id = data.rediscloud_payment_method.card.id
36-
memory_storage = "ram"
3736
3837
cloud_provider {
3938
provider = data.rediscloud_cloud_account.account.provider_type
@@ -53,7 +52,6 @@ resource "rediscloud_subscription" "subscription-resource" {
5352
replication = true
5453
throughput_measurement_by = "operations-per-second"
5554
throughput_measurement_value = 20000
56-
modules = ["RedisJSON"]
5755
}
5856
5957
maintenance_windows {
@@ -75,15 +73,14 @@ The following arguments are supported:
7573
* `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.**
7674
* `payment_method_id` - (Optional) A valid payment method pre-defined in the current account. Only __Required__ when `payment_method` is `credit-card`.
7775
* `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.**
7977
* `allowlist` - (Optional) An allowlist object, documented below
8078
* `cloud_provider` - (Required) A cloud provider object, documented below. **Modifying this attribute will force creation of a new resource.**
8179
* `creation_plan` - (Required) A creation plan object, documented below.
8280
* `maintenance_windows` - (Optional) The subscription's maintenance window specification, documented below.
8381
* `customer_managed_key_enabled` - (Optional) Whether to enable the customer managed encryption key flow.
8482
* `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.
8784
The `allowlist` block supports:
8885

8986
* `security_group_ids` - (Required) Set of security groups that are allowed to access the databases associated with this subscription

0 commit comments

Comments
 (0)