-
-
Notifications
You must be signed in to change notification settings - Fork 558
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
Empty value EC2 tag will fail terraform apply #102
Comments
When I substitute tags to tags_as_map, still got the same behavior. However, the null resource of tag is created correctly:
|
hi @cwyl02 - could you elaborate more on what issue you are looking to be solved? instead of passing an empty string can you just use a value like "none"? |
@bryantbiggs Sorry for the late response, I updated the expected behavior. We do have a requirement for this tag having this Reserve tag with empty value - it will be consumed by some AWS billing auditing tool. |
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. |
Hi guys,
This is my module definition:
This results in the following tf plan diff:
Notice that the "value" = "" is expected, but it's omitted for some reasons.
And when I run terraform apply, it spit out this error:
09/28 edit:
Expected behavior:
in the example above,
Environment:
terraform 0.12.7
terraform-aws-modules/autoscaling/aws 3.0.0
OS: MacOS 10.13.6
The text was updated successfully, but these errors were encountered: