-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Alternating tags in volume #5080
Comments
We have merged a fix to the Now that the fix is in place, if you find any problems with |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Affected Resource(s)
Debug Output
volume_tags.Name: "suse12 volume tags" => "suse12-data-ndj"
volume_tags.Name: "suse12-data-ndj" => "suse12 volume tags"
Here is a longer output
Expected Behavior
The Volume tag set at
aws_ebs_volume
should not be overwritten by those onvolume_tags
Actual Behavior
On every apply Tags are alternating
Steps to Reproduce
terraform apply this:
https://github.com/heldersepu/hs-scripts/blob/master/TerraForm/suse/ec2.tf
The text was updated successfully, but these errors were encountered: