Skip to content

Commit

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

0 comments on commit 488ba06

Please sign in to comment.