From 5c4e84048231cf2c7b8ed86bed331a00e6c2d961 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 20 Aug 2024 12:40:18 -0400 Subject: [PATCH] Autoformatting TF Code --- main.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/main.tf b/main.tf index 5e094db..fb66bd7 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(