diff --git a/image-pipeline.tf b/image-pipeline.tf index 0e9db5f..38e6a91 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -7,6 +7,7 @@ locals { ] } + module "image_pipeline_repos" { for_each = toset(local.pipeline_repos) source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" @@ -36,6 +37,7 @@ module "image_pipeline_repos" { ] } + # image-pipeline-asset-releases module "asset_releases" { source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" @@ -53,6 +55,7 @@ module "asset_releases" { pull_request_bypassers = local.pull_request_bypassers } + # image-pipeline module "aws_image_pipeline" { source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" @@ -81,6 +84,7 @@ module "aws_image_pipeline" { "${path.module}/workflows/terraform-plan.yaml.tpl", { repo_name = "aws-image-pipeline" + directory = null } ) }, @@ -90,6 +94,7 @@ module "aws_image_pipeline" { "${path.module}/workflows/terraform-apply.yaml.tpl", { repo_name = "aws-image-pipeline" + directory = null } ) } @@ -111,7 +116,6 @@ module "terraform_aws_image_pipeline" { create_codeowners = false enforce_prs = true collaborators = local.collaborators - admin_teams = [github_team.team.name] pull_request_bypassers = local.pull_request_bypassers vars = [ {