Stephen Lewis (Burrows)
Stephen Lewis (Burrows)
@c2thorn these should be passing now, since the resources were deleted - not sure we need to skip them in VCR.
Is this showing up as a proposed change in the plan?
> Also, the debug log had the following warnings... > > ``` > 2023-09-07T20:47:04.246Z [WARN] Provider "provider[\"registry.terraform.io/hashicorp/google\"]" produced an unexpected new value for google_container_cluster.primary, but we are tolerating it because...
Relevant contribution docs: https://googlecloudplatform.github.io/magic-modules/develop/permadiff/
> Are you suggesting to set the client-side default to the field? And would this be breaking then? I'm not making a specific recommendation, just noting that this seems to...
This is now failing with the error: ``` Error: Error creating RegionInstanceTemplate: googleapi: Error 409: The resource 'projects/ci-test-project-nightly-ga/regions/us-central1/instanceTemplates/a3-dws' already exists, alreadyExists ``` In addition to fixing the panic, the test...
Resolved by https://github.com/GoogleCloudPlatform/magic-modules/pull/12578
Note from triage: This looks like a permadiff: https://googlecloudplatform.github.io/magic-modules/develop/permadiff/ Weird that it only happens sometimes though.
that seems plausible! a [time_sleep resource](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep) would let one insert a wait
I'll reach out internally.