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.
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.
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