Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cfngoat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,11 @@ Resources:
BackupRetentionPeriod: 0
StorageEncrypted: False
MonitoringInterval: 0
PubliclyAccessible: True
Tags:
- Key: Name
Value: !Sub "${AWS::AccountId}-${CompanyName}-${Environment}-rds"
- Key: Environment
Value: !Sub "${AWS::AccountId}-${CompanyName}-${Environment}"

DefaultDBOptionGroup:
Type: AWS::RDS::OptionGroup
Properties:
Expand All @@ -315,7 +313,6 @@ Resources:
Value: !Sub "og-${AWS::AccountId}-${CompanyName}-${Environment}"
- Key: Environment
Value: !Sub "${AWS::AccountId}-${CompanyName}-${Environment}"

DefaultDBParameterGroup:
Type: AWS::RDS::DBParameterGroup
Properties:
Expand Down