Skip to content

Commit 6b821e7

Browse files
authored
Merge pull request #4 from Samseppiol/master
Add default cluster parameters to prevent stack failure if none are defined
2 parents 9546d29 + f19f176 commit 6b821e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aurora-postgres.config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ master_login:
77
username_ssm_param: /rds/AURORA_POSTGRES_MASTER_USERNAME
88
password_ssm_param: /rds/AURORA_POSTGRES_MASTER_PASSWORD
99

10-
# cluster_parameters:
11-
10+
cluster_parameters:
11+
timezone: "UTC"
1212
# instance_parameters:
1313

1414
# Set `ip_blocks` here or export from vpc component

0 commit comments

Comments
 (0)