File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments