Sam Levenick
Sam Levenick
Very strange, it looks like during the Read function we set an invalid value that isn't in the schema, but I would expect this to fail during the test. It...
I think there's some confusion around how this field should work. The API apparently doesn't support setting it: https://github.com/GoogleCloudPlatform/magic-modules/pull/6165#pullrequestreview-1030611518 But in some cases it seems to?
I don't think we want to support this in this way. google_project_services was a resource that managed a group of services similar to the proposed `enabled_services` and it was intentionally...
I'm not sure how to proceed with this. This bug is due to a weird interaction between autopilot & the default service account field. Basically, the API is not respecting...
I believe this will fix https://github.com/hashicorp/terraform-provider-google/issues/11891 as the current behavior for SQLSERVER users is that the provider crashes during plan time as it attempts to set a field that doesn't...
We will need to leave ComputeOperation around, as it is used in the validator code
/gcbrun Looks like the build is blocked on some Terraform conversion fields. @melinath can you have a look and see what would need to change to get that step to...
Just kidding, it's a failure in the resource that shows up everywhere. ``` google/resource_container_cluster.go:371:10: duplicate key "image_type" in map literal previous key at google/resource_container_cluster.go:337:10 ``` Looks like we have a...
Looks like it still has the same error message: ``` resource_container_cluster.go:371:10: duplicate key "image_type" in map literal ```