We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v0.10.6
resource "aws_nat_gateway" "nat_gateway_c" { allocation_id = "${aws_eip.nat-c.id}" subnet_id = "${aws_subnet.public-sn-c.id}" depends_on = ["aws_internet_gateway.cf1-east"] tags { Name = "nat-a" env = "prod" terraform = "yes" } }
1 error(s) occurred:
successful plan. AWS NAT gateways do accept tags through the web UI and through the aws cli.
terraform plan --target=aws_nat_gateway.nat_gateway_c --out=tag-nat-c.plan
The text was updated successfully, but these errors were encountered:
Hi @nbirnel
The code for tagging NAT Gateways was just added in #1625
Is it waiting release in 1.0.0
Paul
Sorry, something went wrong.
Hey @nbirnel
This has been released in v1.0.0 of the AWS Terraform Provider - as such I'm going to close this out
Thanks!
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!
No branches or pull requests
Terraform Version
Terraform v0.10.6
Terraform Configuration Files
Output
1 error(s) occurred:
Expected Behavior
successful plan. AWS NAT gateways do accept tags through the web UI and through the aws cli.
Steps to Reproduce
terraform plan --target=aws_nat_gateway.nat_gateway_c --out=tag-nat-c.plan
The text was updated successfully, but these errors were encountered: