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 +}