Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 5, 2024
1 parent 064278d commit 96c5069
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 96c5069

Please sign in to comment.