From 26ecbe02a634e8b98ae88bc247761773eacd0027 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 19 Sep 2024 20:45:34 -0400 Subject: [PATCH] fmt --- .../vpc/_mcmCluster/eks-cert-manager/terragrunt.hcl | 4 ++-- lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl | 4 ++-- lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl | 4 ++-- .../vpc/_mcmCluster/eks-grafana/terragrunt.hcl | 6 +++--- lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl | 6 +++--- .../vpc/_mcmCluster/eks-karpenter/terragrunt.hcl | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-cert-manager/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-cert-manager/terragrunt.hcl index 240601a..f72b39f 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-cert-manager/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-cert-manager/terragrunt.hcl @@ -23,8 +23,8 @@ inputs = { cluster_name = dependency.eks.outputs.cluster_name cluster_mailing_list = dependency.eks.inputs.creator oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region cert_manager_helm_chart = "1.15.1" cert_manager_cainjector_tag = "v1.15.1" cert_manager_controller_tag = "v1.15.1" diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl index 8127db9..798f704 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl @@ -27,8 +27,8 @@ inputs = { cluster_name = dependency.eks.outputs.cluster_name eks_managed_node_groups_autoscaling_group_names = dependency.eks.outputs.eks_managed_node_groups_autoscaling_group_names oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id subnets = dependency.eks.outputs.subnets tags = dependency.eks.inputs.tags diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl index 29d5c75..46d26d8 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl @@ -20,8 +20,8 @@ dependency "eks" { inputs = { cluster_name = dependency.eks.inputs.cluster_name - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region subnets = dependency.eks.outputs.subnets tags = dependency.eks.inputs.tags vpc_domain_name = dependency.eks.inputs.vpc_domain_name diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl index 66b6bbb..1a52e9e 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl @@ -26,7 +26,7 @@ dependency "eks-config" { } dependency "eks-dns" { - config_path = "../eks-dns" + config_path = "../eks-dns" mock_outputs = { cluster_domain = "a-cluster-domain" } @@ -45,7 +45,7 @@ dependency "eks-karpenter" { inputs = { cluster_domain = dependency.eks-dns.outputs.cluster_domain cluster_name = dependency.eks.outputs.cluster_name - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region rwo_storage_class = dependency.eks-config.outputs.rwo_storage_class } diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl index d5c171d..c1190ab 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl @@ -1,5 +1,5 @@ include "root" { - path = find_in_parent_folders() + path = find_in_parent_folders() expose = true } @@ -25,8 +25,8 @@ dependency "eks-karpenter" { } inputs = { - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region cluster_name = dependency.eks.outputs.cluster_name istio_chart_version = "1.22.1" istio_version = "1.22.1" diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-karpenter/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-karpenter/terragrunt.hcl index ad31e2f..3297ee1 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-karpenter/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-karpenter/terragrunt.hcl @@ -1,5 +1,5 @@ include "root" { - path = find_in_parent_folders() + path = find_in_parent_folders() expose = true }