Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig committed Jul 18, 2017
1 parent 2777873 commit 5666aaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,15 @@ Resources:
VpcSecurityGroupIds:
- !Ref DatabaseSecurityGroup
DatabaseA:
DeletionPolicy: Delete # TODO workaround for https://stackoverflow.com/questions/45117089/deletionpolicysnapshot-cannot-be-specified-for-a-cluster-instance-use-deletion
Type: 'AWS::RDS::DBInstance'
Properties:
DBClusterIdentifier: !Ref DatabaseCluster
DBInstanceClass: !Ref DBServerInstanceType
Engine: aurora
DBSubnetGroupName: !Ref DBSubnetGroup
DatabaseB:
DeletionPolicy: Delete # TODO workaround for https://stackoverflow.com/questions/45117089/deletionpolicysnapshot-cannot-be-specified-for-a-cluster-instance-use-deletion
Type: 'AWS::RDS::DBInstance'
Properties:
DBClusterIdentifier: !Ref DatabaseCluster
Expand Down

0 comments on commit 5666aaa

Please sign in to comment.