Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 6, 2024
1 parent 541fd22 commit 89c9790
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
}
Expand Down Expand Up @@ -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) :
Expand Down

0 comments on commit 89c9790

Please sign in to comment.