Edward Sun
Edward Sun
@SehiiRohoza I do see some issues when dynamic code is improperly used. But I can't comment on this particular use case. What we are concerned are individual resources and data...
@terlar the error you received appear to be that addons is not supported by the autopilot. Take a look at the [comparison](https://cloud.google.com/kubernetes-engine/docs/resources/autopilot-standard-feature-comparison#add-ons) for the autopilot, you might see what are...
Yes, need to bring the behavior up to the same as other tools
It appears this is an api bug as it receives 1000 but return 300 for maxThroughput. Below is what the[ api doc](https://cloud.google.com/vpc/docs/reference/vpcaccess/rest/v1/projects.locations.connectors) says: ``` maxThroughput | integerMaximum throughput of the...
@JanMa your provider's version is old. Can you upgrade it and then try to see if you can repro the issue? If you still see the issue, please attach the...
@JanMa waiting for your debug logs. Thanks
@ndmckinley I can repro this issue on v3.20.0.
Likely `initial_group_config` needs to be set `Computed`
similar to https://github.com/hashicorp/terraform-provider-google/issues/13759 Change to enhancement
I can repro the issue. This appears to be an API bug. `labels` is part of [Instance](https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v2/projects.locations.instances#Instance) which is supposed to be updatable specified in [updateMask](https://cloud.google.com/vertex-ai/docs/workbench/reference/rest/v2/projects.locations.instances/patch)