From 36cc06e94c2a5ac6abb58b5cd6d772bf62e8eac2 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Tue, 30 Jul 2024 00:18:25 -0400 Subject: [PATCH] working --- .../vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl b/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl index 9cc2f8f..a146a03 100644 --- a/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl +++ b/lab/us-gov-east-1/vpc/_mcmCluster/eks-cloudwatch/terragrunt.hcl @@ -22,5 +22,9 @@ dependency "eks-config" { } inputs = { - + cluster_name = dependency.eks.inputs.cluster_name + tag_costallocation = local.tag_costallocation + oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn + region = dependency.eks.inputs.region + profile = dependency.eks.inputs.profile }