Skip to content

Commit

Permalink
Merge pull request #20 from aws-samples/issue_19
Browse files Browse the repository at this point in the history
updated the parameter group to ver 11 for postgresql
  • Loading branch information
jtrollin authored May 6, 2020
2 parents 16e6697 + 55c1696 commit 52ca181
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-postgresql10
DBClusterParameterGroupName: default.aurora-postgresql11
KmsKeyId:
!If [ UseAWS-ManagedCMK, !Ref 'AWS::NoValue', !Ref DatabaseCmk ]
MasterUsername: !Ref DatabaseMasterUsername
Expand Down

0 comments on commit 52ca181

Please sign in to comment.