Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 6, 2024
1 parent 436020a commit 4670138
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
13 changes: 7 additions & 6 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-grafana.git?ref=mcmCluster"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-grafana.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand All @@ -14,17 +14,18 @@ dependency "eks-config" {
config_path = "../eks-config"
}

dependency "eks-loki" {
config_path = "../eks-loki"
dependency "eks-karpenter" {
config_path = "../eks-karpenter"
skip_outputs = true
}

inputs = {
profile = dependency.eks.inputs.profile
cluster_name = dependency.eks.inputs.cluster_name
region = dependency.eks.inputs.region
cluster_domain = dependency.eks.inputs.vpc_domain_name
datasources = {
loki = dependency.eks-loki.outputs.gateway_internal_endpoint
}
# datasources = {
# loki = dependency.eks-loki.outputs.gateway_internal_endpoint
# }
rwo_storage_class = dependency.eks-config.outputs.rwo_storage_class
}
2 changes: 1 addition & 1 deletion lab/us-gov-east-1/vpc/_mcmCluster/eks-loki/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include "root" {
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-loki.git?ref=mcmCluster"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-loki.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ dependency "eks" {
config_path = "../eks"
}

dependency "eks-config" {
config_path = "../eks-config"
skip_outputs = true
}
# dependency "eks-config" {
# config_path = "../eks-config"
# skip_outputs = true
# }

inputs = {
profile = dependency.eks.inputs.profile
Expand Down
6 changes: 1 addition & 5 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-tempo/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-tempo.git?ref=mcmCluster"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-tempo.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand All @@ -17,10 +17,6 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-karpenter" {
config_path = "../eks-karpenter"
skip_outputs = true
}
dependency "eks-prometheus" {
config_path = "../eks-prometheus"
}
Expand Down

0 comments on commit 4670138

Please sign in to comment.