Skip to content

Commit

Permalink
add dep to prom
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 25, 2024
1 parent d6779f8 commit daa23fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ terraform {
dependency "eks" {
config_path = "../eks"
}
dependency "eks-config" {
config_path = "../eks-config"
}

inputs = {
profile = dependency.eks.inputs.profile
Expand Down
2 changes: 1 addition & 1 deletion lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ locals {
domain = "dev.lab.csp2.census.gov"
eks_instance_disk_size = 100
eks_vpc_name = "vpc3-lab-dev"
eks_ng_desired_size = 6
eks_ng_desired_size = 3
eks_ng_max_size = 10
eks_ng_min_size = 0
operators_ns = "operators"
Expand Down

0 comments on commit daa23fe

Please sign in to comment.