Skip to content

Commit

Permalink
made few updates for tags fixes and cluster-role output
Browse files Browse the repository at this point in the history
  • Loading branch information
nangu001 committed Jun 18, 2024
1 parent 520d902 commit 8f8e4f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions lab/us-gov-east-1/vpc/cluster/eks-config/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ inputs = {
profile = dependency.eks.inputs.profile
vpc_id = dependency.eks.outputs.vpc_id
cluster_name = dependency.eks.inputs.cluster_name
cluster_autoscaler_role_name = dependency.eks.outputs.cluster_autoscaler_role_name
subnets = dependency.eks.outputs.subnets
security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id
eks_managed_node_groups_autoscaling_group_names = dependency.eks.outputs.eks_managed_node_groups_autoscaling_group_names
Expand Down
2 changes: 1 addition & 1 deletion lab/us-gov-east-1/vpc/cluster/eks/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ locals {
}

terraform {
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks.git"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-eks.git?ref=1.0.1"
extra_arguments "retry_lock" {
commands = get_terraform_commands_that_need_locking()
arguments = ["-lock-timeout=20m"]
Expand Down
13 changes: 7 additions & 6 deletions terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ provider "aws" {
region = "us-gov-east-1"
default_tags {
tags = {
project_number = "${local.project_number}"
project_name = "${local.project_name}"
project_role = "${local.project_role}"
organization = "${local.organization}"
created_by = "luther.coleman.mcginty@census.gov"
created_for = "luther.coleman.mcginty@census.gov"
ProjectNumber = "${local.project_number}"
"Project Name" = "${local.project_name}"
"Project Role" = "${local.project_role}"
"Project Identifier" = "fs0000000078:csvd_platformbaseline"
Organization = "${local.organization}"
created_by = "srinivasa.nangunuri@census.gov"
created_for = "srinivasa.nangunuri@census.gov"
created_reason = "Exploration of Terragrunt and Demonstration of CICD for Infrastructure"
Terraform = "true"
Terragrunt = "true"
Expand Down

0 comments on commit 8f8e4f3

Please sign in to comment.