From 9752c646faef7a8052aa98ba6a4129eb9cd35969 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Wed, 12 Jun 2024 16:14:05 -0400 Subject: [PATCH] updating --- main.tf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/main.tf b/main.tf index 4b74896..11791e6 100644 --- a/main.tf +++ b/main.tf @@ -68,6 +68,14 @@ module "main" { ] ansible_repo = data.aws_codecommit_repository.ansible goss_repo = data.aws_codecommit_repository.goss + + state = { + bucket = "inf-tfstate-229685449397" + key = "csvd-dev-gov/common/apps/aws-image-pipeline-demo" + region = "us-gov-east-1" + dynamodb_table = "tf_remote_state" + } + vpc_config = { vpc_id = local.vpc_id region = "us-gov-west-1" @@ -84,3 +92,7 @@ module "main" { output iam_arn { value = module.main.iam_arn } + +output codebuild_user { + value = module.main.build_user.name +}