From 38c67dccff94fd9c78f93879c01ad57f53d5d689 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Fri, 30 Aug 2024 17:13:01 -0400 Subject: [PATCH] Autoformatting TF Code --- sandbox.tf | 2 +- variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }