Skip to content

Commit

Permalink
Autoformatting TF Code
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 20, 2024
1 parent 418ef4f commit 5c4e840
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 5c4e840

Please sign in to comment.