Skip to content

Commit

Permalink
remove other clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Dec 6, 2024
1 parent e7130e4 commit 0f206be
Show file tree
Hide file tree
Showing 34 changed files with 77 additions and 1,626 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
locals {
cluster_endpoint_public_access = true
cluster_name = "platform-eng-eks-mcm"
created_reason = "Terragrunt Development for CICD Delivered EKS Platform"
creator = "matthew.c.morgan@census.gov"
eks_instance_disk_size = 100
eks_ng_desired_size = 2
Expand All @@ -17,8 +18,4 @@ locals {
"slim:schedule" = "8:00-17:00"
"cluster:size" = "min:${local.eks_ng_min_size}-max:${local.eks_ng_max_size}-desired:${local.eks_ng_desired_size}"
}
eks_version = "0.1.1"
eks_enabled = true


}
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ terraform {
}

inputs = {
aws_account_id = local.account_id
cluster_endpoint_public_access = local.cluster_endpoint_public_access
cluster_name = local.cluster_name
cluster_version = local.cluster_version
creator = local.creator
eks_instance_disk_size = local.eks_instance_disk_size
eks_ng_desired_size = local.eks_ng_desired_size
eks_ng_max_size = local.eks_ng_max_size
eks_ng_min_size = local.eks_ng_min_size
eks_vpc_name = local.eks_vpc_name
enable_cluster_creator_admin_permissions = local.enable_cluster_creator_admin_permissions
os_username = local.creator
shared_vpc_label = local.environment_abbr
tags = local.tags
cluster_endpoint_public_access = include.root.inputs.cluster_endpoint_public_access
cluster_name = include.root.inputs.cluster_name
cluster_version = include.root.inputs.cluster_version
creator = include.root.inputs.creator
eks_instance_disk_size = include.root.inputs.eks_instance_disk_size
eks_ng_desired_size = include.root.inputs.eks_ng_desired_size
eks_ng_max_size = include.root.inputs.eks_ng_max_size
eks_ng_min_size = include.root.inputs.eks_ng_min_size
eks_vpc_name = include.root.inputs.vpc_name
enable_cluster_creator_admin_permissions = include.root.inputs.enable_cluster_creator_admin_permissions
environment_abbr = include.root.inputs.environment_abbr
tags = include.root.inputs.tags
vpc_name = include.root.inputs.vpc_name
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0f206be

Please sign in to comment.