diff --git a/sandbox.tf b/sandbox.tf index 99ff22e..439a539 100644 --- a/sandbox.tf +++ b/sandbox.tf @@ -18,7 +18,7 @@ module "sandbox" { github_is_private = false create_codeowners = false enforce_prs = false - collaborators = {"arnol377": "admin"} + collaborators = { "arnol377" : "admin" } managed_extra_files = [ { path = ".github/workflows/terraform-plan.yaml" diff --git a/variables.tf b/variables.tf index e8a112b..0f1b652 100644 --- a/variables.tf +++ b/variables.tf @@ -1,3 +1,3 @@ -variable image_pipeline_workflows { +variable "image_pipeline_workflows" { type = map(string) }