Skip to content

Commit

Permalink
Extend gcp provider scaffold (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jan 13, 2023
1 parent f53e6dc commit f356b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/core/priv/scaffolds/terraform/providers/gcp.eex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ provider "kubernetes" {
{{ else }}
data "google_container_cluster" "cluster" {
name = {{ .Values.Cluster }}
location = {{ .Values.Region | quote }}
location = {{ coalesce .Values.ClusterLocation .Values.Region | quote }}
}

provider "kubernetes" {
Expand Down

0 comments on commit f356b17

Please sign in to comment.