-
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
[Bug]: aws_api_gateway_integration strips lambda qualifier from invoke arn in uri parameter in 4.52.0 #29205
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I'll try to put an example together when I get off the train. API gateway terraform is complex |
As I started putting together a test case, I found the issue was in a change in behavior in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/lambda_function but not the same as mentioned in #29115 but definitely caused by #28963. In
would cause the |
Thank you very much for the updated information @grimm26! It sounds like you're sorted out, but the best course of action might be to update the documentation to be a bit more clear as to what is returned with |
Yes, an indication in the documentation for the |
@justinretzolk I opened a PR to add a note to the documentation. |
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. |
Terraform Core Version
1.3.7
AWS Provider Version
4.52.0
Affected Resource(s)
Expected Behavior
No change in plan.
Actual Behavior
qualifiers were stripped out of the lambda invoke arn in the
uri
parameter value. For example:Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
...
Steps to Reproduce
Set up an API gateway with a lambda integration with a URI that has a qualifier.
Debug Output
No response
Panic Output
No response
Important Factoids
The issue happens when upgrading the provider from 4.50.0 to 4.52.0 with no other changes.
References
I was affected by this bug, #29090, so was excited to upgrade to 4.52.0 but that has made things worse.
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: