-
-
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
volume_tags overwrite aws_ebs_volume tags #60
Comments
Note, this issue is discussed in the upstream terraform-provider-aws#770. The work-around is to add |
v1.23.0 has been released with support for Terraform 0.11 users can use it. Similar functionality for Terraform 0.12 will be released soon. |
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. |
When I create a new aws_volume_attachment to attach an aws_ebs_volume at the instance, the instance volume_tags overwrite the EBS tags.
On the second apply the aws_ebs_volume tag overwrite the incorrect tag but again on the next operation the instance volume_tags overwrite the EBS tags.
The text was updated successfully, but these errors were encountered: