terraform-aws-modules / terraform-aws-ec2-instance

Terraform module to create AWS EC2 instance(s) resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/ec2-instance/aws
Apache License 2.0
758 stars 1.88k forks source link

Include Tags for ebs_block_device block #305

Closed srinivassambari1 closed 1 year ago

srinivassambari1 commented 1 year ago

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.

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

github-actions[bot] commented 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.