Skip to content

Commit fcafeea

Browse files
committed
test: redis_version 8.0 doesn't exist, fixing test version
1 parent 51d6ad9 commit fcafeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

provider/pro/testdata/pro_database_redis_8.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "rediscloud_subscription_database" "example" {
5454
client_ssl_certificate = ""
5555
periodic_backup_path = ""
5656
enable_default_user = true
57-
redis_version = "8.0"
57+
redis_version = "8.2"
5858

5959
alert {
6060
name = "dataset-size"

provider/pro/testdata/pro_database_redis_8_with_modules.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "rediscloud_subscription_database" "example" {
4646
throughput_measurement_by = "operations-per-second"
4747
throughput_measurement_value = 1000
4848
password = local.rediscloud_database_password
49-
redis_version = "8.0"
49+
redis_version = "8.2"
5050

5151
modules = [
5252
{

0 commit comments

Comments
 (0)