Closed jebbens closed 1 year ago
This PR is included in version 4.5.0 :tada:
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.
Description
Added
tags
to theebs_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?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull requestUsed the docker version and all tests passed except the
Terraform wrapper with for_each in module
. The linter changed the URL in the source lines, replacing every occurrence ofec2-instance
withlint
, so I did not commit those changes.