Skip to content

Commit 36088e5

Browse files
committed
test: update fixtures missing redis versions
1 parent 995d4bc commit 36088e5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

provider/activeactive/testdata/active_active_sub_redis7.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "rediscloud_active_active_subscription" "example" {
1111
name = local.rediscloud_subscription_name
1212
payment_method_id = data.rediscloud_payment_method.card.id
1313
cloud_provider = "AWS"
14+
redis_version = "7.4"
1415

1516
creation_plan {
1617
memory_limit_in_gb = 1

provider/activeactive/testdata/subscription_update_redis7.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ resource "rediscloud_active_active_subscription" "example" {
1212
name = local.rediscloud_subscription_name
1313
payment_method_id = data.rediscloud_payment_method.card.id
1414
cloud_provider = local.rediscloud_cloud_provider_name
15+
redis_version = "7.4"
1516

1617
maintenance_windows {
1718
mode = "automatic"

provider/pro/testdata/pro_database_multi_modules.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ resource "rediscloud_subscription" "example" {
3333
}
3434
}
3535
creation_plan {
36+
redis_version = "7.4"
3637
dataset_size_in_gb = 1
3738
quantity = 1
3839
replication = false

provider/pro/testdata/pro_subscription_redis7.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ resource "rediscloud_subscription" "example" {
3737
}
3838

3939
creation_plan {
40+
redis_version = "7.4"
4041
dataset_size_in_gb = 1
4142
quantity = 1
4243
replication = false

0 commit comments

Comments
 (0)