Stephen Lewis (Burrows)

Results 505 comments of Stephen Lewis (Burrows)

I was able to confirm that this API can use the same OAuth 2.0 credentials that the Terraform provider operates on, so this seems like it would make sense in...

@SarahFrench I thought we rolled back the 1.8.0 usage but I still see the Cloudfunctions2 failures in the nightlys - is that expected?

I am down for us to investigate without rolling back to 1.2.5 if that's what we want to do - it just might make sense to split out into a...

This test has only succeeded once out of the last 120 runs in GA and 4 of the last 120 runs in Beta.

Remaining work here: Adding support for google_vertex_ai_index_endpoint_deployed_index or google_vertex_ai_deployed_index (or determining that they don't make sense in Terraform)

Hey folks, this ticket has been forwarded to engineering for resolution. Customers working with a Google Technical Account Manager or Customer Engineer can ask them to [reach out internally](https://github.com/hashicorp/terraform-provider-google/wiki/Customer-Contact#raising-gcp-internal-issues-with-the-provider-development-team) to...

I think the issue may be that this line just leaves out the `ignore_read` properties: https://github.com/GoogleCloudPlatform/magic-modules/blob/38743f39e7e2b2bc8304abdca6c9677804f3e9ce/mmv1/templates/terraform/flatten_property_method.erb#L73 For nested fields, I'm not sure if this has the desired effect - it...

hmm, that may not be quite what's going on. [google_compute_backend_service.iap.oauth2_client_secret has `ignore_read` set](https://github.com/GoogleCloudPlatform/magic-modules/blob/9498a19e5c3013fb6e0b4f0fbb965d3ed5ff94b8/mmv1/products/compute/terraform.yaml#L392) but the generated code [doesn't skip the flatten line for the nested property](https://github.com/hashicorp/terraform-provider-google/blob/9331cfe4c1636249bed8a042c7580a353b47a7ed/google/resource_compute_backend_service.go#L2384)

flatten functions that seem to work around this issue: ``` certificate_manager_certificate_managed_dns_auth.go.erb cloudfunctions2_function_source_bucket.go.erb cloudfunctions2_function_source_object.go.erb cloudrun_ignore_force_override.go.erb compute_backend_service_iap_oauth2_client_secret.go.erb compute_snapshot_snapshot_encryption_raw_key.go.erb scan_config_auth_custom_password.go.erb scan_config_auth_google_password.go.erb set_to_project.go.erb uptime_check_http_password.erb ``` Found by searching in flatten folder for `return d.Get(`