Skip to content

Commit

Permalink
fix module path links
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Dec 30, 2023
1 parent c58cac5 commit cc6551b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/setup/providers/aws.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "mgmt" {
source = "../terraform/clouds/aws"
source = "../bootstrap/terraform/clouds/aws"
cluster_name = "{{ .Cluster }}"
runtime_values_file = "../helm-values/runtime.yaml"
}
2 changes: 1 addition & 1 deletion templates/setup/providers/azure.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "mgmt" {
source = "../terraform/clouds/azure"
source = "../bootstrap/terraform/clouds/azure"
resource_group_name = "{{ .Project }}"
cluster_name = "{{ .Cluster }}"
runtime_values_file = "../helm-values/runtime.yaml"
Expand Down
2 changes: 1 addition & 1 deletion templates/setup/providers/gcp.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "mgmt" {
source = "../terraform/clouds/gcp"
source = "../bootstrap/terraform/clouds/gcp"
project_id = "{{ .Project }}"
cluster_name = "{{ .Cluster }}"
runtime_values_file = "../helm-values/runtime.yaml"
Expand Down

0 comments on commit cc6551b

Please sign in to comment.