-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
aws_instance: tags with empty value are not applied #968
Labels
Comments
Thanks! This will be fixed with the PR above once I get a review. |
mitchellh
added a commit
that referenced
this issue
Feb 18, 2015
helper/schema: empty map values should show up in diff [GH-968]
catsby
added a commit
that referenced
this issue
Feb 18, 2015
* master: update cHANGELOG helper/schema: zero value of a set should be empty helper/schema: GetOk now only returns true if set to non-zero value update CHANGELOG providers/aws: fix bad arg giving wrong type [GH-992] update CHANGELOG update CHANGELOG Update CHANGELOG update CHANGELOG providers/aws: test for allowing in-place lC update providers/aws: support updating ASG launch config [GH-904] helper/schema: GetChange shouldn't return true when no change helper/schema: empty map values should show up in diff [GH-968] helper/schema: clarify test helper/schema: show in diff when no config is going to empty set config: bare splat variables should not be allowed in provisioners
yahyapo
pushed a commit
to yahyapo/terraform
that referenced
this issue
Mar 13, 2015
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
May 4, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is valid for AWS resource tags to have a key but no value, but Terraform does not successfully create them.
Terraform indicates that it wants to increase the tag count, but it does not actually create the resource unless I add a non-empty value:
The text was updated successfully, but these errors were encountered: