We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b78a0 commit f027d6aCopy full SHA for f027d6a
provider/pro/testdata/pro_database_redis_7.tf
@@ -41,7 +41,7 @@ resource "rediscloud_subscription_database" "example" {
41
subscription_id = rediscloud_subscription.example.id
42
name = "example"
43
protocol = "redis"
44
- dataset_size_in_gb = 3
+ dataset_size_in_gb = 1
45
data_persistence = "none"
46
data_eviction = "allkeys-random"
47
throughput_measurement_by = "operations-per-second"
0 commit comments