Closed srinivassambari1 closed 1 year ago
I'm going to lock this issue because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is your request related to a new offering from AWS? No
Is this functionality available in the [AWS provider for Terraform] (https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See CHANGELOG.md, too.
Is your request related to a problem? Please describe.
aws_instance resource has ebs_block_device block which offers to add tags, current module is ignored the optional tags argument for this block.
Tags are useful while creating backup of EBS volumes through AWS BACKUP Service as Tag based backup solution.
please refer supported resources of AWS Backup service at here https://docs.aws.amazon.com/aws-backup/latest/devguide/whatisbackup.html
please refer https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html for tag based resource assignment for a backup plan
Describe the solution you'd like.
Enable users to supply tags for ebs_block_device
Describe alternatives you've considered.
Additional context