Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent faf0d37 commit a43622e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ inputs = {
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = dependency.eks.inputs.profile
region = dependency.eks.inputs.region
cert_manager_helm_chart = "1.15.1"
cert_manager_cainjector_tag = "v1.15.1"
cert_manager_controller_tag = "v1.15.1"
cert_manager_startupapicheck_tag = "v1.15.1"
cert_manager_webhook_tag = "v1.15.1"
cert_manager-helm_chart = "1.15.1"
cert_manager-cainjector_tag = "v1.15.1"
cert_manager-controller_tag = "v1.15.1"
cert_manager-startupapicheck_tag = "v1.15.1"
cert_manager-webhook_tag = "v1.15.1"
namespace = "cert-manager"
}

Expand Down
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-prometheus.git?ref=mcmCluster"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-prometheus.git"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand All @@ -21,7 +21,7 @@ inputs = {
}

generate "provider-eks" {
path = "provider.tf"
path = "provider-eks.tf"
if_exists = "overwrite_terragrunt"
contents = <<EOF
data "aws_eks_cluster" "cluster" {
Expand Down
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ locals {
domain = "dev.lab.csp2.census.gov"
eks_instance_disk_size = 100
eks_vpc_name = "vpc3-lab-dev"
eks_ng_desired_size = 3
eks_ng_desired_size = 0
eks_ng_max_size = 10
eks_ng_min_size = 1
eks_ng_min_size = 0
operators_ns = "operators"
enable_cluster_creator_admin_permissions = true
cluster_endpoint_public_access = true
Expand Down

0 comments on commit a43622e

Please sign in to comment.