Skip to content

Commit

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

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

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-kiali.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-grafana" {
config_path = "../eks-grafana"
}
dependency "eks-prometheus" {
config_path = "../eks-prometheus"
}

inputs = {
profile = dependency.eks.inputs.profile
cluster_name = dependency.eks.inputs.cluster_name
cluster_domain = dependency.eks.inputs.vpc_domain_name
certificate_issuer = dependency.eks.outputs.certificate_issuer
operators_namespace = dependency.eks.outputs.operators_namespace
# client_id = var.sso_client_id
# client_secret = var.sso_client_secret
# keycloak_public_url = var.keycloak_public_url
# gogatekeeper_chart_version = var.gogatekeeper_chart_version
# gogatekeeper_registry = var.gogatekeeper_registry
# gogatekeeper_repository = var.gogatekeeper_repository
# gogatekeeper_tag = var.gogatekeeper_tag
}

0 comments on commit 1efaf74

Please sign in to comment.