Skip to content

Commit

Permalink
Merge pull request #6600 from hotosm/infra/copy-snapshot-tags
Browse files Browse the repository at this point in the history
Enable copying tags to snapshots
  • Loading branch information
dakotabenjamin authored Oct 22, 2024
2 parents 954f341 + b86e83d commit c54b6a5
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 c54b6a5

Please sign in to comment.