Skip to content

Commit

Permalink
[Bug Fix] state/rds-aurora-serverless - Workaround for CloudFormation…
Browse files Browse the repository at this point in the history
… bug (widdix#310)
  • Loading branch information
michaelwittig authored May 14, 2019
1 parent 6b31bd2 commit 3809397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions state/rds-aurora-serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ Parameters:
Type: String
Default: 'aurora.'
PreferredBackupWindow:
Description: 'The daily time range in UTC during which you want to create automated backups.'
Description: 'IGNORED BECAUSE OF A BUG IN CLOUDFORMATION! VALUE WILL APPLY IN THE FUTURE! The daily time range in UTC during which you want to create automated backups.' # TODO remove uppercase warning
Type: String
Default: '09:54-10:24'
PreferredMaintenanceWindow:
Description: The weekly time range (in UTC) during which system maintenance can occur.
Description: 'IGNORED BECAUSE OF A BUG IN CLOUDFORMATION! VALUE WILL APPLY IN THE FUTURE! The weekly time range (in UTC) during which system maintenance can occur.' # TODO remove uppercase warning
Type: String
Default: 'sat:07:00-sat:07:30'
AutoPause:
Expand Down Expand Up @@ -209,9 +209,9 @@ Resources:
KmsKeyId: !If [HasDBSnapshotIdentifier, !Ref 'AWS::NoValue', {'Fn::ImportValue': !Sub '${ParentKmsKeyStack}-KeyArn'}]
MasterUsername: !If [HasDBSnapshotIdentifier, !Ref 'AWS::NoValue', !Ref DBMasterUsername]
MasterUserPassword: !If [HasDBSnapshotIdentifier, !Ref 'AWS::NoValue', !Ref DBMasterUserPassword]
Port: !FindInMap [EngineMap, !Ref Engine, Port]
PreferredBackupWindow: !Ref PreferredBackupWindow
PreferredMaintenanceWindow: !Ref PreferredMaintenanceWindow
# Port: !FindInMap [EngineMap, !Ref Engine, Port] TODO re-enable as soon as CloudFormation bug ix fixed
# PreferredBackupWindow: !Ref PreferredBackupWindow TODO re-enable as soon as CloudFormation bug ix fixed
# PreferredMaintenanceWindow: !Ref PreferredMaintenanceWindow TODO re-enable as soon as CloudFormation bug ix fixed
ScalingConfiguration:
AutoPause: !Ref AutoPause
MaxCapacity: !Ref MaxCapacity
Expand Down

0 comments on commit 3809397

Please sign in to comment.