-
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
aws_lb_target_group - ValidationError: You cannot specify tags on creation of a GENEVE target group #20144
Comments
While playing with the demo-case I also got:
|
I'm also seeing the same error. I think AWS api might have updated very recently. I'm unable to create a TG with GENEVE with tags. |
Hi @madhu2852, I still see an error with 3.49 but success with 3.48, so I though it doesn't depend on AWS API but terraform provider version.
===>> Error version 3.48:
|
According to AWS API docs, the API call is correct but the tags feature isn't implemented on AWS side. Ref: https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_CreateTargetGroup.html |
Relates: #19888. |
We're experiencing this as well. Any updates? |
same here. Please let us know if there is any update on this. Is there anyway to exclude resources from getting default tag from the provider? |
I also have the same problem. |
Any update on the issue , as I am still having issues with provider version 3.74.1 |
This functionality has been released in v4.26.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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
0.14.11
AWS Provider 3.49.0
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
Panic Output
Expected Behavior
Resource should be created successfully as it was applied before.
Actual Behavior
Error Message:
I didn't get the error when using provider version
3.48.0
.Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: