GCP Context
What
Display the currently active GCP project, region and account
Sample Configuration
- json
- yaml
- toml
Template (info)
default template
{{ if .Error }}{{ .Error }}{{ else }}{{ .Project }}{{ end }}
Properties
| Name | Type | Description |
|---|---|---|
.Project | string | the currently active project |
.Account | string | the currently active account |
.Region | string | default region for the active context |
.ActiveConfig | string | the active configuration name |
.Error | string | contains any error messages generated when trying to load the GCP config |