Skip to content

Commit

Permalink
eks-dns v1
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 19, 2024
1 parent ed6cee0 commit 7264db7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
include "root" {
path = find_in_parent_folders()
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks-dns.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
}
}

dependency "eks" {
config_path = "../eks"
mock_outputs = {
zone_ids = ["Z12345678CA5FV1LIFBC5"]
}
}

inputs = {
cluster_name = dependency.eks.inputs.cluster_name
profile = dependency.eks.inputs.profile
region = dependency.eks.inputs.region
subnets = dependency.eks.outputs.subnets
tags = dependency.eks.inputs.tags
vpc_domain_name = dependency.eks.inputs.vpc_domain_name
vpc_id = dependency.eks.outputs.vpc_id
vpc_name = dependency.eks.inputs.vpc_name
}

0 comments on commit 7264db7

Please sign in to comment.