From 8f00b5c7c027c819815904592a8cdc1688530d8b Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 16 Apr 2025 20:40:11 -0400 Subject: [PATCH] fmt --- .../us-gov-east-1/vpc/csvd-platform-lab-mcm/cluster.hcl | 2 +- .../csvd-platform-lab-mcm/eks-cert-manager/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-config/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-dns/terragrunt.hcl | 6 +++--- .../csvd-platform-lab-mcm/eks-gogatekeeper/terragrunt.hcl | 8 ++++---- .../vpc/csvd-platform-lab-mcm/eks-grafana/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-istio/terragrunt.hcl | 6 +++--- .../eks-k8s-dashboard/terragrunt.hcl | 4 ++-- .../csvd-platform-lab-mcm/eks-karpenter/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-keycloak/terragrunt.hcl | 4 ++-- .../vpc/csvd-platform-lab-mcm/eks-kiali/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-loki/terragrunt.hcl | 6 +++--- .../eks-metrics-server/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-otel/terragrunt.hcl | 6 +++--- .../csvd-platform-lab-mcm/eks-prometheus/terragrunt.hcl | 6 +++--- .../vpc/csvd-platform-lab-mcm/eks-tempo/terragrunt.hcl | 6 +++--- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/cluster.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/cluster.hcl index 6ae2809..c64bdb5 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/cluster.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/cluster.hcl @@ -11,6 +11,6 @@ locals { "cluster:size" = "min:${local.eks_ng_min_size}-max:${local.eks_ng_max_size}-desired:${local.eks_ng_desired_size}" } module_enablement_overrides = { - "eks-arcgis" = false + "eks-arcgis" = false } } diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-cert-manager/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-cert-manager/terragrunt.hcl index cfb8682..3b43495 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-cert-manager/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-cert-manager/terragrunt.hcl @@ -47,9 +47,9 @@ dependency "eks" { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + account_id = include.root.inputs.aws_account_id + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region eecr_account_id = include.root.inputs.eecr_account_id # Cluster Configuration diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-config/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-config/terragrunt.hcl index 3d02850..fa63483 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-config/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-config/terragrunt.hcl @@ -50,9 +50,9 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + account_id = include.root.inputs.aws_account_id + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region eecr_account_id = include.root.inputs.eecr_account_id # Core Cluster Configuration diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-dns/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-dns/terragrunt.hcl index 5ffff3e..f9ca879 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-dns/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-dns/terragrunt.hcl @@ -53,9 +53,9 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + account_id = include.root.inputs.aws_account_id + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region eecr_account_id = include.root.inputs.eecr_account_id # Cluster Configuration diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gogatekeeper/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gogatekeeper/terragrunt.hcl index 830e664..7584cb5 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gogatekeeper/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-gogatekeeper/terragrunt.hcl @@ -71,11 +71,11 @@ dependencies { inputs = { # Base Cluster Config - cluster_domain = dependency.eks_dns.outputs.cluster_domain + cluster_domain = dependency.eks_dns.outputs.cluster_domain eecr_account_id = include.root.inputs.eecr_account_id - namespace = include.root.inputs.namespaces["gogatekeeper"] - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + namespace = include.root.inputs.namespaces["gogatekeeper"] + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region # Gatekeeper Config gogatekeeper_tag = include.root.inputs.gogatekeeper_tag diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-grafana/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-grafana/terragrunt.hcl index 7987770..a897c12 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-grafana/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-grafana/terragrunt.hcl @@ -86,10 +86,10 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_name = dependency.eks.outputs.cluster_name diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-istio/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-istio/terragrunt.hcl index 5aa93f0..fc885a3 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-istio/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-istio/terragrunt.hcl @@ -41,10 +41,10 @@ dependency "eks" { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_name = dependency.eks.outputs.cluster_name diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-k8s-dashboard/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-k8s-dashboard/terragrunt.hcl index 9d23411..84dab13 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-k8s-dashboard/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-k8s-dashboard/terragrunt.hcl @@ -55,8 +55,8 @@ inputs = { region = include.root.inputs.aws_region # Cluster Configuration - cluster_domain = dependency.eks_dns.outputs.cluster_domain - cluster_name = dependency.eks.outputs.cluster_name + cluster_domain = dependency.eks_dns.outputs.cluster_domain + cluster_name = dependency.eks.outputs.cluster_name eecr_account_id = include.root.inputs.eecr_account_id # Dashboard Configuration diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-karpenter/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-karpenter/terragrunt.hcl index 83f3c5c..8ca10b6 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-karpenter/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-karpenter/terragrunt.hcl @@ -46,9 +46,9 @@ dependency "eks" { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id - profile = include.root.inputs.aws_profile - region = include.root.inputs.aws_region + account_id = include.root.inputs.aws_account_id + profile = include.root.inputs.aws_profile + region = include.root.inputs.aws_region eecr_account_id = include.root.inputs.eecr_account_id # Cluster Configuration diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-keycloak/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-keycloak/terragrunt.hcl index c2d06b7..51def6d 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-keycloak/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-keycloak/terragrunt.hcl @@ -58,8 +58,8 @@ dependencies { } inputs = { - cluster_domain = dependency.eks_dns.outputs.cluster_domain - cluster_name = dependency.eks.outputs.cluster_name + cluster_domain = dependency.eks_dns.outputs.cluster_domain + cluster_name = dependency.eks.outputs.cluster_name eecr_account_id = include.root.inputs.eecr_account_id namespace = include.root.inputs.namespaces["keycloak"] diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-kiali/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-kiali/terragrunt.hcl index d669908..05e4ff7 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-kiali/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-kiali/terragrunt.hcl @@ -106,10 +106,10 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_domain = dependency.eks_dns.outputs.cluster_domain diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-loki/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-loki/terragrunt.hcl index 74630ea..36d44b2 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-loki/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-loki/terragrunt.hcl @@ -50,10 +50,10 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_name = dependency.eks.outputs.cluster_name diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-metrics-server/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-metrics-server/terragrunt.hcl index 4a4f34e..ede644a 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-metrics-server/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-metrics-server/terragrunt.hcl @@ -39,10 +39,10 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_name = dependency.eks.outputs.cluster_name diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-otel/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-otel/terragrunt.hcl index d1bcdb8..e52ef7a 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-otel/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-otel/terragrunt.hcl @@ -64,10 +64,10 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 namespace = include.root.inputs.namespaces["otel"] diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-prometheus/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-prometheus/terragrunt.hcl index 551e2ab..355fd03 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-prometheus/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-prometheus/terragrunt.hcl @@ -50,10 +50,10 @@ dependency "eks_config" { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_name = dependency.eks.outputs.cluster_name diff --git a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-tempo/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-tempo/terragrunt.hcl index d2bdc31..f3cafec 100644 --- a/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-tempo/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/csvd-platform-lab-mcm/eks-tempo/terragrunt.hcl @@ -54,10 +54,10 @@ dependencies { inputs = { # AWS Configuration - account_id = include.root.inputs.aws_account_id + account_id = include.root.inputs.aws_account_id eecr_account_id = include.root.inputs.eecr_account_id - 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 Configuration cluster_name = dependency.eks.outputs.cluster_name