-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Regression with aws_eip tags not being created #18847
Comments
Related: #18756 @mfilipiak-ccg which AWS region is this configuration running in? |
This was tested in |
Without looking too closely, it appears the |
@mfilipiak-ccg At first glance, the old code and new should be equivalent:
|
You should be able to move forward by adding |
Duplicate of #18756. |
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! |
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.
Expected Behavior
Tags defined in the resource section should be reflected in the tags on AWS. In this case, the name should also show up as the name in the EIP listing.
Actual Behavior
No tags are applied to the resource when created.
Steps to Reproduce
terraform apply
Important Factoids
Reverting the provider version to
3.35.0
works fine.References
Suspecting this issue is in play, but have not investigated further.
The text was updated successfully, but these errors were encountered: