From 396e5fc36e22f0232e3a905fad26eeb89616a002 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 9 Jul 2025 18:24:09 -0400 Subject: [PATCH] pass in env_abbr --- environment/region/vpc/cluster/eks-dns/terragrunt.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/environment/region/vpc/cluster/eks-dns/terragrunt.hcl b/environment/region/vpc/cluster/eks-dns/terragrunt.hcl index feecb98..bf687b6 100644 --- a/environment/region/vpc/cluster/eks-dns/terragrunt.hcl +++ b/environment/region/vpc/cluster/eks-dns/terragrunt.hcl @@ -59,6 +59,7 @@ inputs = { # Cluster Configuration cluster_name = include.root.inputs.cluster_name + environment_abbr = include.root.inputs.environment_abbr # Network Configuration istio_ingress_lb = dependency.eks-istio.outputs.istio_ingress_lb