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 f3f294a commit 7cf4bb7Copy full SHA for 7cf4bb7
provider/pro/testdata/pro_subscription_boilerplate.tf
@@ -7,7 +7,7 @@ resource "rediscloud_subscription_database" "example" {
7
subscription_id = rediscloud_subscription.example.id
8
name = local.rediscloud_subscription_name
9
protocol = "redis"
10
- dataset_size_in_gb = 3
+ dataset_size_in_gb = 1
11
data_persistence = "none"
12
data_eviction = "allkeys-random"
13
throughput_measurement_by = "operations-per-second"
0 commit comments