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 98b1030 commit 5aa411bCopy full SHA for 5aa411b
examples/basic/main.tf
@@ -38,5 +38,5 @@ module "read_only_replica_postgresql_db" {
38
pg_version = var.pg_version
39
remote_leader_crn = module.postgresql_db.crn
40
member_memory_mb = 2304 # Must be an increment of 384 megabytes. The minimum size of a read-only replica is 2 GB RAM
41
- member_disk_mb = 10752 # Must be an increment of 1536 megabytes. The minimum size of a read-only replica is 10 GB of disk
+ member_disk_mb = 15360 # Must be an increment of 512 megabytes. The minimum size of a read-only replica is 15.36 GB of disk
42
}
0 commit comments