Skip to content

Commit

Permalink
Merge pull request #9 from gamerf/patch-1
Browse files Browse the repository at this point in the history
Updated to use Aurora MySQL 10.7
  • Loading branch information
Brian Beach authored Dec 11, 2019
2 parents 2325049 + 74561f1 commit 7719658
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 7719658

Please sign in to comment.