Resource tags with empty values not created #2195
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
resolution/duplicate
This issue is a duplicate of another issue
What happened?
I tried to add tags with an empty value to an existing resource, but they were not applied.
Steps to reproduce
Create a subnet as below, but without the
tags
field. Then, add the tags:Expected Behavior
I expect the tags to be added.
Actual Behavior
Pulumi did not apply any changes.
Output of
pulumi about
Additional context
Adding a value to the tag (e.g.
"1"
causes them to be applied correctly). The provider hasdefaultTags
set, but they do not overlap with any of the keys I'm trying to apply in this issue, so I don't think this is related.Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: