xuchenma

Results 16 comments of xuchenma

Hi Riley, this API isn't public yet (will be there later this week) so the tests won't pass for now. Meanwhile I think this PR supports the POST and GET...

> > Hi Riley, this API isn't public yet (will be there later this week) so the tests won't pass for now. Meanwhile I think this PR supports the POST...

Thanks, I added `update_verb` and `update_url` to the field, and generated a local provider. It seems that a code block that starts with `if d.HasChange("node_config") {` is generated here https://github.com/hashicorp/terraform-provider-google/blob/main/google/resource_apigee_environment.go#L300...

Thanks Cameron! I made the changes and it worked for me locally. Please check. There are a few complications: 1. The PUT call is not an async call. The current...

Thanks for the review! I added a test for nodeConfig update; in my local I can see the test is calling PATCH correctly. However as I mentioned in the above...

Thanks Cameron and Riley. I tried to change the update_verb of ApigeeEnvironment resource to PATCH just now, it seems to be working for nodeConfig. However, setting update_verb to PUT for...

This PR tries to solve the issue that, running `terraform apply` to update an existing ApigeeOrganization will remove the "properties" field. (more details: https://github.com/hashicorp/terraform-provider-google/issues/10075) I have tested with a local...

Thanks, I added default_from_api: true to terraform.yaml. Looks like it has worked!

This PR is on an old branch and has a few conflicts. I've handpicked the relevant changes to another PR: https://github.com/GoogleCloudPlatform/magic-modules/pull/6464