From 3c6e8bb6a86c5a34dd252183f16da4dab3afbddd Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:21:27 -0700 Subject: [PATCH] Update github_repo.tftest.hcl --- github_repo.tftest.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github_repo.tftest.hcl b/github_repo.tftest.hcl index 8c0471c..25ccacb 100644 --- a/github_repo.tftest.hcl +++ b/github_repo.tftest.hcl @@ -6,6 +6,8 @@ variables { name = "github-repo-test" enforce_prs = false archive_on_destroy = false + github_org_teams = [] + admin_teams = [] } run "repo_tests" {