File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ data "rediscloud_payment_method" "card" {
2424 card_type = "Visa"
2525}
2626
27- data "rediscloud_cloud_account" "account" {
28- exclude_internal_account = true
29- provider_type = "AWS"
30- }
31-
3227resource "rediscloud_subscription" "subscription-resource" {
3328
3429 name = "subscription-name"
@@ -38,11 +33,11 @@ resource "rediscloud_subscription" "subscription-resource" {
3833
3934 cloud_provider {
4035 provider = data.rediscloud_cloud_account.account.provider_type
41- cloud_account_id = data.rediscloud_cloud_account.account.id
4236 region {
4337 region = "eu-west-1"
38+ multiple_availability_zones = true
4439 networking_deployment_cidr = "10.0.0.0/24"
45- preferred_availability_zones = ["eu-west-1a "]
40+ preferred_availability_zones = ["euw1-az1, euw1-az2, euw1-az3 "]
4641 }
4742 }
4843
@@ -52,8 +47,8 @@ resource "rediscloud_subscription" "subscription-resource" {
5247 average_item_size_in_bytes = 1
5348 memory_limit_in_gb = 2
5449 quantity = 1
55- replication=false
56- support_oss_cluster_api=false
50+ replication= false
51+ support_oss_cluster_api= false
5752 throughput_measurement_by = "operations-per-second"
5853 throughput_measurement_value = 10000
5954 modules = ["RediSearch", "RedisBloom"]
You can’t perform that action at this time.
0 commit comments