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

feat: Add unique tags to EBS block devices #327

Closed jebbens closed 1 year ago

jebbens commented 1 year ago

Description

Added tags to the ebs_block_device dynamic block.

Motivation and Context

The change is not required, however it enables users to add unique tags per block device as opposed to just the general tags applied via var.volume_tags.

Breaking Changes

This does not break backwards compatibility - it is purely additive with no additional variables.

How Has This Been Tested?

antonbabenko commented 1 year ago

This PR is included in version 4.5.0 :tada:

github-actions[bot] commented 1 year ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.