diff --git a/image-pipeline.tf b/image-pipeline.tf index 529720c..a60ba30 100644 --- a/image-pipeline.tf +++ b/image-pipeline.tf @@ -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" @@ -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" ] @@ -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" ] @@ -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" ]