Skip to content

Commit

Permalink
Update rediscloud_active_active_subscription_database.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamSternRedis authored Nov 4, 2024
1 parent 6a4f34a commit e8b5592
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "rediscloud_active_active_subscription" "subscription-resource" {
cloud_provider = "AWS"
creation_plan {
memory_limit_in_gb = 1
dataset_size_in_gb = 1
quantity = 1
region {
region = "us-east-1"
Expand All @@ -44,7 +44,7 @@ resource "rediscloud_active_active_subscription" "subscription-resource" {
resource "rediscloud_active_active_subscription_database" "database-resource" {
subscription_id = rediscloud_active_active_subscription.subscription-resource.id
name = "database-name"
memory_limit_in_gb = 1
dataset_size_in_gb = 1
global_data_persistence = "aof-every-1-second"
global_password = "some-random-pass-2"
global_source_ips = ["192.168.0.0/16"]
Expand Down

0 comments on commit e8b5592

Please sign in to comment.