This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib/gcp
Scott 8e2dea148b stdlib: Update gcp.#GCloud to set compute/region instead of compute/zone
If a users correctly sets `region` to a valid GCP region, a warning would be
presented (but is hidden by `-q`):

```
) gcloud config set compute/zone asia-northeast1
Updated property [compute/zone].
WARNING: asia-northeast1 is not a valid zone. Run `gcloud compute zones list` to get all zones.
```

This makes it consistent with AWS where a region is set. However, an optional
`zone` field could also be added to `gcp.#Config`, which would be used to
(conditionally?) set the zone.

AFAICT, there is no option to set a zone in AWS CLI.

Signed-off-by: Scott <slewiskelly@slewiskel.ly>
2021-09-14 12:13:27 +02:00
..
cloudrun Add env var support on GCP cloudrun 2021-09-05 20:54:53 +02:00
gcr Move tests plan from dagger dir to universe 2021-06-25 17:00:38 +02:00
gcs tests: gcs: force dependency between deploy and verify 2021-06-30 16:41:50 +02:00
gke Move tests plan from dagger dir to universe 2021-06-25 17:00:38 +02:00
secretmanager Add secrets deployment for GCP 2021-09-10 09:21:34 -07:00
gcloud.cue stdlib: Update gcp.#GCloud to set compute/region instead of compute/zone 2021-09-14 12:13:27 +02:00
gcp.cue stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00