Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent 2f62354 commit 47658bd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ include "root" {
path = find_in_parent_folders()
}

# locals {
# tag_costallocation = "census:csvd:platformbaseline"
# tags = {
# "eks-cluster-name" = "platform-eng-eks-mcm"
# "CostAllocation" = "census:csvd:platformbaseline"
# "boc:tf_module_version" = "1.0.0"
# "boc:created_by" = "terraform"
# }
# }
locals {
tag_costallocation = "census:csvd:platformbaseline"
# tags = {
# "eks-cluster-name" = "platform-eng-eks-mcm"
# "CostAllocation" = "census:csvd:platformbaseline"
# "boc:tf_module_version" = "1.0.0"
# "boc:created_by" = "terraform"
# }
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-configuration.git"
Expand All @@ -33,7 +33,7 @@ inputs = {
security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id
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
tags = local.tags
tags = dependency.eks.inputs.tags
tag_costallocation = local.tag_costallocation
region = dependency.eks.inputs.region
}
Expand Down

0 comments on commit 47658bd

Please sign in to comment.