diff --git a/main.tf b/main.tf index 58e2bbf..67b9835 100644 --- a/main.tf +++ b/main.tf @@ -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(