Stephen Lewis (Burrows)

Results 505 comments of Stephen Lewis (Burrows)

This looks like a duplicate of https://github.com/hashicorp/terraform-provider-google/issues/13464

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