Skip to content

Commit

Permalink
Update image-pipeline.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 24, 2024
1 parent 6b5a9dc commit 26d2c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module "image_pipeline_repos" {
enforce_prs = true
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
github_org_teams = local.github_organization_teams
managed_extra_files = [
{
path = ".github/workflows/s3_upload.yaml"
Expand All @@ -49,6 +50,7 @@ module "asset_releases" {
github_repo_description = "Terraform Workspace for publishing image-pipeline-assets"
repo_org = "CSVD"
name = "image-pipeline-asset-releases"
github_org_teams = local.github_organization_teams
github_repo_topics = [
"terraform"
]
Expand All @@ -66,6 +68,7 @@ module "aws_image_pipeline" {
github_repo_description = "Terraform Workspace for creating and managing AWS Image Pipelines"
repo_org = "CSVD"
name = "aws-image-pipeline"
github_org_teams = local.github_organization_teams
github_repo_topics = [
"terraform"
]
Expand Down Expand Up @@ -109,6 +112,7 @@ module "terraform_aws_image_pipeline" {
github_repo_description = "Terraform Module that creates codepipeline and codebuild jobs and other resources for building and deploying images"
repo_org = "CSVD"
name = "terraform-aws-image-pipeline"
github_org_teams = local.github_organization_teams
github_repo_topics = [
"terraform"
]
Expand Down

0 comments on commit 26d2c0f

Please sign in to comment.