From da0c9691e87d318bc788de60d66a9137e6b19790 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Tue, 20 Aug 2024 13:16:39 -0700 Subject: [PATCH] Update sandbox.tf --- sandbox.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox.tf b/sandbox.tf index 29d3c43..99ff22e 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -18,7 +18,7 @@ module "sandbox" { github_is_private = false create_codeowners = false enforce_prs = false - collaborators = local.collaborators + collaborators = {"arnol377": "admin"} managed_extra_files = [ { path = ".github/workflows/terraform-plan.yaml" @@ -58,4 +58,4 @@ module "sandbox" { value = lookup(module.env_var, "AWS_ACCESS_KEY_ID").value } ] -} \ No newline at end of file +}