Stephen Lewis (Burrows)
Stephen Lewis (Burrows)
This looks like a duplicate of https://github.com/hashicorp/terraform-provider-google/issues/13464
Failing test(s): TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupAppengineExample
Still failing with the same error message
Failing test(s): TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupAppengineExample
Still failing with the same error message.
Failing test(s): TestAccComputeRegionNetworkEndpointGroup_regionNetworkEndpointGroupAppengineExample
The error is now obfuscated by: ``` Error: Error creating FlexibleAppVersion: googleapi: Error 400: Error(s) encountered validating runtime. Your runtime version for nodejs is past End of Support. Please upgrade...
> Was there anything I could have done to prevent this sudden recreation of resources? Unfortunately the provider does not have control over what changes APIs might make. Reviewing your...
I would guess that's what's happening here is that, under the hood, the Compute API is trying to use its default service account for the project (regardless of who the...
@rhoriguchi it looks like in that example, you're impersonating the compute service account - the behavior I was speculating about was whether, if you are impersonating `[email protected]` (like when you...
Thanks! In that case, this doesn't seem to be a bug in the Terraform provider, just a thing about how the API works.
Reopening since not all resources are supported
whoops, thanks!