-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add tags support to root block device #218
feat: add tags support to root block device #218
Conversation
Hi,
Please upgrade |
Hi @antonbabenko |
v2.18.0 has been just released. |
FYI this appears to have broken the module. When trying both no tags in the
|
Thanks for super quick turnaround @antonbabenko! |
Unfortunately, this update was a breaking change for a number of my projects. Bumping up hashicorp/aws from ">= 2.65" to ">= 3.24" caused some incompatibilities. Any reason this wasn't a breaking change version bump? |
Ah sorry for this miss .. guys. |
One more issue here - tags were added to 'root_block_device' only but forgotten about 'ebs_block_device'. |
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
Adding tag support to root block device
Motivation and Context
Actually, all of these parameters are supported for root_block_device block : volume_size, volume_type, iops, .. except tags.
I would suggest to add tags.
Breaking Changes
How Has This Been Tested?
examples/*
projects