Skip to content

Commit af3d306

Browse files
Update rediscloud_subscription_database.md
1 parent 1c45f74 commit af3d306

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/resources/rediscloud_subscription_database.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ resource "rediscloud_subscription" "subscription-resource" {
2323
name = "subscription-name"
2424
payment_method = "credit-card"
2525
payment_method_id = data.rediscloud_payment_method.card.id
26-
memory_storage = "ram"
2726
2827
cloud_provider {
2928
provider = data.rediscloud_cloud_account.account.provider_type
@@ -43,7 +42,6 @@ resource "rediscloud_subscription" "subscription-resource" {
4342
replication=true
4443
throughput_measurement_by = "operations-per-second"
4544
throughput_measurement_value = 20000
46-
modules = ["RedisJSON"]
4745
}
4846
}
4947
@@ -56,12 +54,6 @@ resource "rediscloud_subscription_database" "database-resource" {
5654
throughput_measurement_by = "operations-per-second"
5755
throughput_measurement_value = 20000
5856
replication = true
59-
60-
modules = [
61-
{
62-
name = "RedisJSON"
63-
}
64-
]
6557
6658
alert {
6759
name = "dataset-size"

0 commit comments

Comments
 (0)