8e2dea148b
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> |
||
---|---|---|
.dagger/env | ||
.github | ||
client | ||
cmd | ||
compiler | ||
docs | ||
environment | ||
keychain | ||
solver | ||
state | ||
stdlib | ||
telemetry | ||
tests | ||
util | ||
version | ||
website | ||
.gitignore | ||
.golangci.yml | ||
.goreleaser.yml | ||
.markdownlint.yaml | ||
CONTRIBUTING.md | ||
doc.go | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
install.ps1 | ||
install.sh | ||
LICENSE | ||
Makefile | ||
README.md | ||
tracing.compose.yaml | ||
universe |
Dagger
Dagger is a programmable deployment system.
Using Dagger, software builders can automate the deployment of any application to any infrastructure, in just a few lines of code.