pengq-google
pengq-google
> @pengq-google could you post a comment when this is ready for review? I couldn't quite tell by your PR description. Also, the docs changes do look weird to me...
It still doesn't work. ``` Error: google-beta/services/logging/iam_logging_log_view_generated_test.go:48:24: fmt.Sprintf format %s reads arg #3, but call has 2 args Error: google-beta/services/logging/iam_logging_log_view_generated_test.go:58:24: fmt.Sprintf format %s reads arg #3, but call has 2...
I am not sure what it does not pass the VCR-test, but at least it pass the unit-tests now. seems I need to pass in values for: ``` condition {...
according to https://github.com/GoogleCloudPlatform/magic-modules/pull/9228, seems the `Missing test report` can be treated as "unrelated test failure!" --- ``` ---[ REQUEST ]--------------------------------------- POST /v2/projects/ci-test-project-188019/locations/global/buckets/_Default/views/tf-test-my-viewebqqtdkbe6:setIamPolicy?alt=json HTTP/1.1 Host: logging.googleapis.com User-Agent: Terraform/1.2.5 (+https://www.terraform.io) Terraform-Plugin-SDK/2.10.1 terraform-provider-google-beta/acc...
also, from https://github.com/GoogleCloudPlatform/magic-modules/pull/9454 it also added files mmv1/templates/terraform/iam/example_config_body/vertex_ai_endpoint.tf.erb is the similar files needed for this pr? why it is needed/not needed? Just a few files in [terraform/iam/example_config_body](https://github.com/GoogleCloudPlatform/magic-modules/tree/main/mmv1/templates/terraform/iam/example_config_body) folder
> Looking at the most recent test failures, I think there are a few different possibilities. One is that sometimes 404 is used to indicate insufficient permissions. Have you been...
I tried to reproduce the error. However my log metric is update in-place ``` An execution plan has been generated and is shown below. Resource actions are indicated with the...
Thanks all for the datapoints. I'll keep investigating.
> Also similar to #9921. > > Thank you @pengq-google for investigating this issue. Which version of the Google provider are you using, same is OP (4.71.0) or a newer...
Likely the the behavior changed in [3.67.0](https://www.google.com/url?sa=D&q=https%3A%2F%2Fgithub.com%2Fhashicorp%2Fterraform-provider-google%2Freleases%2Ftag%2Fv3.67.0), caused by https://github.com/GoogleCloudPlatform/magic-modules/pull/4734 I will double check with our team to see if the behavior is work as intended, if not, will update...