Stephen Lewis (Burrows)

Results 504 comments of Stephen Lewis (Burrows)

@hassannmoussaa this one was blocked by missing API support last we checked, so it's probably not workable by a community contributor at this time.

Here's a base test config resource "google_container_cluster" "with_insecure_kubelet_readonly_port_enabled_node_pool_update" { name = "tf-test-awelkralskddrlkjawer" location = "us-central1-f" initial_node_count = 1 node_pool_defaults { node_config_defaults { insecure_kubelet_readonly_port_enabled = "FALSE" } } deletion_protection = false...

I can't easily confirm this in local testing, but the linked code definitely seems to skip handling the case where no billing account is set, which would lead to the...

Marking as a feature request since it doesn't sound like this is supported by the API

Ran into this with an invalid submodule that was accidentally introduced to our repo. It only happens with `persist-credentials: false` set. https://github.com/GoogleCloudPlatform/magic-modules/actions/runs/11058094944/job/30723349995#step:3:68

@shuyama1 It looks like the tests didn't run for the latest commit for some reason? Maybe the test branch needs to be updated?