Skip to content

Commit

Permalink
Minor adjustments for Youssef
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Sep 13, 2024
1 parent 405a0b4 commit f45c8a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project-x-infra-live/development/account.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
locals {
account_name = "lab-dev-ew"
aws_account_id = "224384469011"
aws_profile = "224384469011-lab-dev-gov.inf-admin-t2"
aws_profile = "224384469011-lab-dev-gov"
environment = "development"
environment_abbr = "dev"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {
# Set cluster/platform specific variables, or extract from the hierarchy.
account_id = include.root.inputs.aws_account_id
vpc_name = include.root.inputs.vpc_name
cluster_name = "platform-test-2"
cluster_name = "platform-test-cicd"
cluster_version = "1.30"
vpc_domain_name = include.root.inputs.vpc_domain_name
eks_instance_disk_size = 100
Expand All @@ -20,7 +20,7 @@ locals {
cluster_endpoint_public_access = true
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
cluster_mailing_list = "luther.coleman.mcginty@census.gov"
cluster_mailing_list = "ahmed.m.youssef@census.gov"
environment_abbr = include.root.inputs.environment_abbr

# Tags applied to AWS objects created
Expand Down
2 changes: 1 addition & 1 deletion project-x-infra-live/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ remote_state {
backend = "s3"
config = {
encrypt = true
bucket = "${get_env("TG_BUCKET_PREFIX", "")}tg-infrastructure-tf-state-${local.account_name}-us-gov-east-1"
bucket = "${get_env("TG_BUCKET_PREFIX", "")}cicd-tg-infrastructure-tf-state-${local.account_name}-us-gov-east-1"
//bucket = "inf-tfstate-224384469011"
key = "${path_relative_to_include()}/terraform.tfstate"
//key = "${trimprefix(replace(run_cmd("realpath",get_original_terragrunt_dir()),dirname(get_repo_root()),""),"/")}"
Expand Down

0 comments on commit f45c8a8

Please sign in to comment.