Skip to content

Commit

Permalink
Merge branch 'main' of github.e.it.census.gov:CSVD/automation-repos i…
Browse files Browse the repository at this point in the history
…nto service_accounts
  • Loading branch information
arnol377 committed Sep 5, 2024
2 parents e8b4fed + 96c5069 commit 4426913
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,25 @@ module "automation-repos" {
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
}


# centralized-actions
module "centralized-actions" {
source = "HappyPathway/repo/github"
#github_codeowners_team = "CSVD"
github_repo_description = "Automation Repos for Morpheus POC"
repo_org = "CSVD"
name = "centralized-actions"
github_repo_topics = [
"terraform"
]
force_name = true
create_codeowners = false
enforce_prs = true
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
github_is_private = false
}

# terraform-github-repo
module "terraform-github-repo" {
source = "git@github.e.it.census.gov:CSVD/terraform-github-repo"
Expand Down

0 comments on commit 4426913

Please sign in to comment.