-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add support for configuring forward proxy in google_apigee_environment resource #17832
Comments
@c2thorn For this one we need to support different update_verb for different fields. We had this discussion last year: GoogleCloudPlatform/magic-modules#6349 (comment) I tried to set "update_verb" as PUT under this field, but the generated
Do we have support for using different update_verb within the same TF resource? Or do we really have to handwrite this resource now. |
Note from triage: Resources support 'standard updates' and 'partial updates'. If a resource is defined to use a mix of both then the standard update behaviour will be present and partial update will not be present in the code. Using pre/post update logic or addressing the problem above by using 2x partial updates can unblock the issue seen in #17832 (comment) We could update our alerting to flag when someone is mixing standard & partial updates in a resource definition, to help avoid this issue in future. |
Forwarding this ticket with the expectation that #17849 has been completed |
Thanks Sarah! Reading more about the source code, I realize in this case it is also a PATCH, so we will still stick to the standard updates. Making GoogleCloudPlatform/magic-modules#10457 to address this |
Awesome, thanks! I'll close the issue as completed. |
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
Description
Please add support for configuring forward proxy for an Apigee environment in the google_apigee_environment resources. The API call is the following one
New or Affected Resource(s)
Potential Terraform Configuration
References
b/334929937
The text was updated successfully, but these errors were encountered: