Skip to content

Commit

Permalink
Merge branch 'aws-service-accounts' of github.e.it.census.gov:CSVD/au…
Browse files Browse the repository at this point in the history
…tomation-repos into aws-service-accounts
  • Loading branch information
arnol377 committed Aug 20, 2024
2 parents 7592103 + 5c4e840 commit 3c89c42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ module "aws-service-accounts" {
github_repo_topics = [
"terraform"
]
force_name = true
github_is_private = false
create_codeowners = false
enforce_prs = true
collaborators = local.collaborators
force_name = true
github_is_private = false
create_codeowners = false
enforce_prs = true
collaborators = local.collaborators
pull_request_bypassers = local.pull_request_bypassers
managed_extra_files = [
managed_extra_files = [
{
path = ".github/workflows/terraform-plan.yaml"
content = templatefile(
Expand Down

0 comments on commit 3c89c42

Please sign in to comment.