From ae178098ac05c3fdb0384d2bbd9ebb661dd53729 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 24 Sep 2024 09:23:27 -0700 Subject: [PATCH] Update sandbox.tf --- sandbox.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/sandbox.tf b/sandbox.tf index 4919232..e80f158 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -19,6 +19,7 @@ module "sandbox" { create_codeowners = false enforce_prs = false collaborators = { "arnol377" : "admin" } + github_org_teams = local.github_organization_teams managed_extra_files = [ { path = ".github/workflows/terraform-plan.yaml"