Sarah French

Results 293 comments of Sarah French

Closing as this test hasn't been failing in nightly tests

Yeah no worries! I spotted that the PR had some merge conflicts and while I was addressing those I figured I'd open for review etc in preparation for the future

Notes from discussion: We were unsure if the SDKv2 could distinguish between `[]` and `null` for lists, similar to how the SDK cannot differentiate between `""` and `null` for strings....

Here are some builds running acceptance tests on commit [60b55a6](https://github.com/GoogleCloudPlatform/magic-modules/pull/11686/commits/60b55a6a278b8f1ada6497bf3efda7b3e6e1d44a) : - SDK : https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_GoogleCloud_GOOGLE_BETA_MMUPSTREAMTESTS_GOOGLEBETA_PACKAGE_PROVIDER/233834?mode=branches&buildTab=overview&hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildChangesSection=true - Plugin Framework : https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_GoogleCloud_GOOGLE_BETA_MMUPSTREAMTESTS_GOOGLEBETA_PACKAGE_FWPROVIDER/233833?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildChangesSection=true I'm expecting a failure in the PF test due to...

Outcome from the builds above: 1) Identified https://github.com/hashicorp/terraform-provider-google/issues/19468 2) ``` --- FAIL: TestAccFwProvider_user_project_override/user_project_override_controls_which_project_is_used_for_quota_and_billing_purposes (158.20s) --- framework_provider_user_project_override_test.go:277: Step 2/3 error: Error running apply: exit status 1 Error: Error creating Project: googleapi:...

New TeamCity builds using the [c2938dd](https://github.com/GoogleCloudPlatform/magic-modules/pull/11686/commits/c2938ddcd600d3f89021a6ac340f952ae80bf4b0) commit: SDK: https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_GoogleCloud_GOOGLE_BETA_MMUPSTREAMTESTS_GOOGLEBETA_PACKAGE_PROVIDER/233840?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildChangesSection=true Framework: https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_GoogleCloud_GOOGLE_BETA_MMUPSTREAMTESTS_GOOGLEBETA_PACKAGE_FWPROVIDER/233841?hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildChangesSection=true In these tests the google_firebase_project resource is present but it's not needed - it recognises that the project is...

Got some weird errors in https://github.com/GoogleCloudPlatform/magic-modules/pull/11686#issuecomment-2349495742 - both look like timing issues. One is in the setup function (SDK), the other is reporting the API isn't enabled (PF) - not...

The latest version of the code provides the required permissions for the TF config to manage Firebase resources. I'm seeing some issues when making the bootstrapped service accounts _specifically when...

``` provider_user_project_override_test.go:275: error when setting up projects and retrieving access token: error setting IAM policy for 'project-2' with project id tf-test-kx8ehnrbfe-2: googleapi: Error 400: Service account tf-bootstrap-sa-pubsub@tf-test-kx8ehnrbfe.iam.gserviceaccount.com does not exist.,...