cloudposse / terraform-aws-backup

Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.
https://cloudposse.com/accelerate
Apache License 2.0
102 stars 59 forks source link

By setting recovery_point_tags with the module tags we loose the name of the resource on the snapshots #58

Open rusowyler opened 1 year ago

rusowyler commented 1 year ago

Describe the Bug

Tags set in recovery_point_tags will override the backup resource original tags, including the name. As it is all the snapshots will have the name assigned to the module (via context or vars).

Expected Behavior

Keep the resource name in the snapshots created by AWS Backup

Steps to Reproduce

Use the module and set the name using var.name or var.context.

Screenshots

No response

Environment

No response

Additional Context

No response

rusowyler commented 6 months ago

Any new on this?