Skip to content

Commit

Permalink
Update sandbox.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Aug 20, 2024
1 parent 4e162d3 commit da0c969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -58,4 +58,4 @@ module "sandbox" {
value = lookup(module.env_var, "AWS_ACCESS_KEY_ID").value
}
]
}
}

0 comments on commit da0c969

Please sign in to comment.