Skip to content
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

provider/aws ignores value in tags with keys containing a dot #2494

Closed
thegedge opened this issue Jun 25, 2015 · 2 comments
Closed

provider/aws ignores value in tags with keys containing a dot #2494

thegedge opened this issue Jun 25, 2015 · 2 comments

Comments

@thegedge
Copy link
Contributor

For example, create a simple VPC:

resource "aws_vpc" "default" {
  cidr_block = "10.0.0.0/16"
  enable_dns_support = true
  enable_dns_hostnames = true
}

Now go to the AWS console and add a foo.bar tag to the VPC with some value, say spam and eggs. Now add foo.bar = "spam and eggs" to aws_vpc.default.tags and you'll see that terraform appears to ignore the value and want to empty the tag.

Tested against d2d9ec3.

@phinze
Copy link
Contributor

phinze commented Jun 26, 2015

Hi there - this is a duplicate of #2143 which has a decent amount of discussion around the issue.

@phinze phinze closed this as completed Jun 26, 2015
@ghost
Copy link

ghost commented May 2, 2020

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 ghost locked and limited conversation to collaborators May 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants