Skip to content

Commit

Permalink
configure region settings
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent c302cf6 commit 2ba6ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/setup/providers/azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module "mgmt" {
source = "../bootstrap/terraform/clouds/azure"
resource_group_name = "{{ .Project }}"
cluster_name = "{{ .Cluster }}"
location = "{{ .Region }}"
}
1 change: 1 addition & 0 deletions templates/setup/providers/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ module "mgmt" {
source = "../bootstrap/terraform/clouds/gcp"
project_id = "{{ .Project }}"
cluster_name = "{{ .Cluster }}"
region = "{{ .Region }}"
}

0 comments on commit 2ba6ed0

Please sign in to comment.