-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws: add response parameters support to api gateway #6344
provider/aws: add response parameters support to api gateway #6344
Conversation
…egration_response and aws_api_gateway_method response.
Would it be hard to also add selection_pattern to the AWS API calls? |
Selection pattern is being fixed in #5893 Your PR is looking pretty good, just few questions:
Thanks There's also field called |
Actually one more thing: It looks like you're not reading the field back from the API in |
Yep. No problem. Thought about implementing request_parameters_in_json, but it isn't as high a priority for me, so I didn't :). I'll include it. |
@radeksimko It seems like you aren't reading any of the fields back for an IntegrationResponse. It also has |
That's being fixed in https://github.com/hashicorp/terraform/pull/5893/files#diff-cdecbad1f1f7f16f3375b30f7e44e844R109 already |
@radeksimko bailed on request_parameters_in_json for the time being, but I've implemented the rest. AWS's updateMethodResponse API is pretty insane. is there a reason updates dont just use putMethodResponse? |
This now LGTM, thank you! 👍
Update via Also if someone deletes the resource and Most of the time it actually won't fail because we wipe such resources during |
…rp#6344) * provider/aws: Add support for response parameters aws_api_gateway_integration_response and aws_api_gateway_method response. * fix spacing * fix spacing * gofmt * add update test; add docs; add reimplement TODO; add field read * resolve conflict * fix expandAPIGatewayMethodResponse error handling
…rp#6344) * provider/aws: Add support for response parameters aws_api_gateway_integration_response and aws_api_gateway_method response. * fix spacing * fix spacing * gofmt * add update test; add docs; add reimplement TODO; add field read * resolve conflict * fix expandAPIGatewayMethodResponse error handling
…rp#6344) * provider/aws: Add support for response parameters aws_api_gateway_integration_response and aws_api_gateway_method response. * fix spacing * fix spacing * gofmt * add update test; add docs; add reimplement TODO; add field read * resolve conflict * fix expandAPIGatewayMethodResponse error handling
…rp#6344) * provider/aws: Add support for response parameters aws_api_gateway_integration_response and aws_api_gateway_method response. * fix spacing * fix spacing * gofmt * add update test; add docs; add reimplement TODO; add field read * resolve conflict * fix expandAPIGatewayMethodResponse error handling
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
No description provided.