Sarah French
Sarah French
Hi @swamitagupta - I'll do my best but as I'm not a Google employee I cannot access the test project directly. I'll see what options are available to me and...
I used test project sweepers to remove some google_vmwareengine_network in `global` and some regions too. Re-running tests: /gcbrun
I found that our sweeper for cleaning up these resources isn't able to delete these resources - once I have my PR to fix that merged it should unblock your...
I'm working on it - I am [making the existing google_vmwareengine_network sweeper more effective](https://github.com/GoogleCloudPlatform/magic-modules/pull/10994), and [I'm adding a sweeper for google_vmwareengine_private_cloud](https://github.com/GoogleCloudPlatform/magic-modules/pull/11002) as this wasn't added in the past. Once the...
It looks like that test (`TestAccVmwareengineExternalAddress_vmwareEngineExternalAddressUpdate `) is failing due to hitting the 4 hour timeout limit - I'll have a go running the test in our non-VCR test environment...
From running the test above, it failed with an opaque error: ``` Step 3/8 error: Error running apply: exit status 1 Error: Error waiting for Updating ExternalAddress: Error code 13,...
Yeah - here are some examples [VmwareengineCluster](https://hashicorp.teamcity.com/buildConfiguration/TerraformProviders_GoogleCloud_GOOGLE_BETA_MMUPSTREAMTESTS_SERVICE_SWEEPER__MANUAL/192777?buildTab=log&focusLine=0&logView=flowAware&linesState=1094) - this example finds a parent private cloud resource and lists 1 cluster found within it. However the cluster is a management cluster...
>If I recall correctly, the issue here is that the parent resources can't be deleted unless all child resources are already deleted; is that correct? Yes, when the parent resource...