From 89c979034406bf6ea3e310df6fa512fcee0dcf38 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 6 Aug 2024 13:37:40 -0400 Subject: [PATCH] updating --- main.tf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index b8f55cb..9d9988c 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,7 @@ locals { HTTPS_PROXY = "http://proxy.tco.census.gov:3128" } source_repo = "linux-image-pipeline" - project_name = "linux-image-pipeline-demo" + project_name = "linux-image-pipeline" environment = "dev" _vpc_config = { vpc_id = "vpc-00576a396ec570b94" @@ -31,7 +31,7 @@ locals { ) state_config = { bucket = aws_s3_bucket.state_bucket.bucket - key = "csvd-dev-gov/common/apps/${local.environment}/${local.project_name}" + key = "terraform.tfstate" region = local.vpc_config.region dynamodb_table = "tf_remote_state" } @@ -124,6 +124,7 @@ module "rhel" { ssh_user = "ec2-user" playbook = "rhel-baseline.yaml" terraform_version = "1.8.5" + troubleshoot = true build_permissions_iam_doc = data.aws_iam_policy_document.s3_access build_environment_variables = [ for proxy_var in keys(local.proxy_env_vars) :