-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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_elasticsearch_domain resource is created without tags #20498
Comments
Hi @chaddewitt, thanks for reporting this. At first glance, there may be a problem because the three tags in The Gist you included doesn't seem to exist any more, or I don't have access to it. |
Hi @gdavison, thank you for the follow up. Here is a Gist that does exist https://gist.github.com/chaddewitt/e163a6d7bbe16c0743a7916e4b9a5b24 I've also edited initial link to be correct. |
We're seeing the same issue, but don't use the On first-time creation, a plan will show tags included with the to-be-added ES domain, but on apply, the domain will be created w/o any tags. It takes a second apply (which will cause an update) to cause tags to be applied. |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
https://gist.github.com/chaddewitt/e163a6d7bbe16c0743a7916e4b9a5b24
Panic Output
N/A
Expected Behavior
Tags were created for the Elasticsearch domain as defined in the main.tf file
Actual Behavior
The newly created Elasticsearch domain resource had no tags.
Steps to Reproduce
terraform apply -auto-approve
Important Factoids
N/A
References
N/A
The text was updated successfully, but these errors were encountered: