Skip to content

Commit

Permalink
Fix RDS create issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dtleatou committed Dec 6, 2019
1 parent 2325049 commit 473fd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/03-rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Resources:
DatabaseName: !Ref DatabaseName
DBSubnetGroupName: !Ref DataSubnetGroup
Engine: aurora-postgresql
DBClusterParameterGroupName: default.aurora-postgresql9.6
DBClusterParameterGroupName: default.aurora-postgresql10
KmsKeyId:
!If [ UseAWS-ManagedCMK, !Ref 'AWS::NoValue', !Ref DatabaseCmk ]
MasterUsername: !Ref DatabaseMasterUsername
Expand Down

0 comments on commit 473fd40

Please sign in to comment.