diff --git a/stdlib/gcp/gcloud.cue b/stdlib/gcp/gcloud.cue index 9b8831f4..2d09b095 100644 --- a/stdlib/gcp/gcloud.cue +++ b/stdlib/gcp/gcloud.cue @@ -43,7 +43,7 @@ import ( }, op.#Exec & { - args: ["gcloud", "-q", "config", "set", "compute/zone", config.region] + args: ["gcloud", "-q", "config", "set", "compute/region", config.region] }, ] }