diff --git a/project-x-infra-live/development/account.hcl b/project-x-infra-live/development/account.hcl index 31ffcb3..1992080 100644 --- a/project-x-infra-live/development/account.hcl +++ b/project-x-infra-live/development/account.hcl @@ -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" } \ No newline at end of file diff --git a/project-x-infra-live/development/us-gov-east-1/vpc/platform-test-2/eks/terragrunt.hcl b/project-x-infra-live/development/us-gov-east-1/vpc/platform-test-2/eks/terragrunt.hcl index bb2fd63..13a37b8 100644 --- a/project-x-infra-live/development/us-gov-east-1/vpc/platform-test-2/eks/terragrunt.hcl +++ b/project-x-infra-live/development/us-gov-east-1/vpc/platform-test-2/eks/terragrunt.hcl @@ -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 @@ -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 diff --git a/project-x-infra-live/terragrunt.hcl b/project-x-infra-live/terragrunt.hcl index fd1b88f..af3abb0 100644 --- a/project-x-infra-live/terragrunt.hcl +++ b/project-x-infra-live/terragrunt.hcl @@ -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()),""),"/")}"