Edward Sun
Edward Sun
@maoueh please create a separate issue as yours happens on a different resource. Also please share the config and the debug log. Thanks
@AndreasBergmeier6176 is your redacted log available?
@AndreasBergmeier6176 are you able to run the samples in this [page](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/privateca_certificate)? If yes, then you could try to figure out what are the difference. If not, let me know and...
@AndreasBergmeier6176 I am closing this assuming it is no longer an issue. Feel free to reopen if you have answers to what I suggested.
Looks like tags and labels are updatable now https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters.nodePools/update Change label to `enhancement`
@g-awmalik we can track labels over here. Let me update the subject
Looks like it is a dup https://github.com/hashicorp/terraform-provider-google/issues/12549
@oioki it looks like this is the rule for [balancing_mode](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_backend_service#balancing_mode) . Did you set it the same for the case of the Google Cloud console? ```tf resource "google_compute_backend_service" "test" {...
@oioki I don't see the balancing_mode in below call. It looks like its default value is [UTILIZATION](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_backend_service#balancing_mode), Can you try sending Rate mode to see what you get? ``` {...
@oioki is this still an issue?