Skip to content

Commit

Permalink
merging
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 15, 2024
2 parents ec42140 + c446131 commit 013df95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -81,6 +84,7 @@ module "aws_image_pipeline" {
"${path.module}/workflows/terraform-plan.yaml.tpl",
{
repo_name = "aws-image-pipeline"
directory = null
}
)
},
Expand All @@ -90,6 +94,7 @@ module "aws_image_pipeline" {
"${path.module}/workflows/terraform-apply.yaml.tpl",
{
repo_name = "aws-image-pipeline"
directory = null
}
)
}
Expand All @@ -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 = [
{
Expand Down

0 comments on commit 013df95

Please sign in to comment.