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 3ba7984 commit d39c573Copy full SHA for d39c573
examples/cross-region-replica-postgres/main.tf
@@ -112,13 +112,15 @@ module "replica" {
112
allocated_storage = local.allocated_storage
113
max_allocated_storage = local.max_allocated_storage
114
115
- password = "UberSecretPassword"
116
# Not supported with replicas
117
manage_master_user_password = false
118
119
# Username and password should not be set for replicas
120
port = local.port
121
+ # parameter group for replica is inherited from the source database
122
+ create_db_parameter_group = false
123
+
124
multi_az = false
125
vpc_security_group_ids = [module.security_group_region2.security_group_id]
126
0 commit comments