You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use volume_tags on an EC2 instance to set my boot volume's tags. However, for my mounted volumes, I want slightly different tags (I use MakeSnapshot: True so a custom tool makes a snapshots ONLY of the mounted volume)
Expected Behavior
MakeSnapshot: True is set on the mounted volume
Actual Behavior
Terraform SOMETIMES does what I want and SOMETIMES stripes the MakeSnapshot tag. Here's the plan output:
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.
ghost
locked and limited conversation to collaborators
Apr 8, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
0.9.8
### Description
I use
volume_tags
on an EC2 instance to set my boot volume's tags. However, for my mounted volumes, I want slightly different tags (I useMakeSnapshot: True
so a custom tool makes a snapshots ONLY of the mounted volume)Expected Behavior
MakeSnapshot: True is set on the mounted volume
Actual Behavior
Terraform SOMETIMES does what I want and SOMETIMES stripes the MakeSnapshot tag. Here's the plan output:
Steps to Reproduce
Here's an example terraform config with the irrelevant parts stripped out.
then run
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: