Skip to content

Commit

Permalink
Enable copying tags to snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotabenjamin committed Oct 21, 2024
1 parent 2351517 commit 275202d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/aws/cloudformation/tasking-manager.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,7 @@ const Resources = {
MasterUserPassword: cf.if('UseASnapshot', cf.noValue, cf.ref('PostgresPassword')),
AllocatedStorage: cf.ref('DatabaseDiskSize'),
BackupRetentionPeriod: cf.ref('DatabaseSnapshotRetentionPeriod'),
CopyTagsToSnapshot: true
StorageType: 'gp2',
DBParameterGroupName: cf.ref('DatabaseParameterGroupName'),
EnableCloudwatchLogsExports: ['postgresql'],
Expand Down

0 comments on commit 275202d

Please sign in to comment.