Riley Karson

Results 109 comments of Riley Karson

> I assume that when creating a new node pool, that setting is infered from the cluster's workload_identity_config setting, either by the TF provider or the GCP API? But if...

One thing to consider is whether interpolation works- it would be hard to adopt these fields if it didn't.

See https://github.com/hashicorp/terraform-provider-google/issues/8255, this is blocked on that.

There's a wider question about overall workflow w/ draft PRs, a user that needs the most help is often the one that's clicked "Draft" rather than opening a traditional PR....

I think this is a matter of adding both a resource for https://cloud.google.com/build/docs/api/reference/rest/v1/projects.githubEnterpriseConfigs#GitHubEnterpriseConfig and the `enterpriseConfigResourceName` field to trigger. The API guide is confusing, and talks about creating JSON files...

I am personally a strong opponent of this one. We've seen time and time again that they aren't as shared as they initially seem, with different sets of validations and...

It seems likely we should remove the object from state at read time. I'm not sure why we don't, and don't see anything in the original PR (but didn't do...

Huh- according to https://cloud.google.com/api-keys/docs/reference/rest/v2/projects.locations.keys/create, `The id must NOT be a UUID-like string.` (our `name` field maps to the `keyId` field there). However, the Console is definitely generating a UUIDv4. Labelling...

Data sources do not become automatically available, and we don't aim for complete coverage w/ them. We'll use this issue to track interest.