Skip to content

Commit

Permalink
add tempo
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 31, 2024
1 parent fa76b01 commit 0703e47
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-tempo/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
include "root" {
path = find_in_parent_folders()
}

locals {
tag_costallocation = "census:csvd:platformbaseline"
}

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

dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-loki" {
config_path = "../eks-loki"
}
dependency "eks-prometheus" {
config_path = "../eks-prometheus"
}

inputs = {
profile = dependency.eks.inputs.profile
region = dependency.eks.inputs.region
cluster_name = dependency.eks.inputs.cluster_name
prometheus_port = dependency.eks-prometheus.outputs.prometheus_server_internal_endpoint.port_number
prometheus_namespace = dependency.eks-prometheus.outputs.prometheus_namespace
}

0 comments on commit 0703e47

Please sign in to comment.