From b0c161bd99a78d79d2be702a0959b0a0b1872cd0 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 11 May 2026 12:05:30 -0400 Subject: [PATCH] fix doc spacing --- tags/README.md | 16 ++++++++-------- tags/main.tf | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tags/README.md b/tags/README.md index 1f408f1..efeae88 100644 --- a/tags/README.md +++ b/tags/README.md @@ -89,14 +89,14 @@ This will create a resoruce withe the following tags (assumes CostAllocation, Or and Environment are set in the `var.*_tags` variables already: ```hcl - tags = { - "CostAllocation" = "directorate:org:app" - "Organization" = "census:directorate:org" - "boc:created_by" = "terraform" - "finops_project_name" = "org_app_env_sample" - "finops_project_number" = "fs0000031415" - "finops_project_role" = "org_app_env_sample_parameter" - } +tags = { + "CostAllocation" = "directorate:org:app" + "Organization" = "census:directorate:org" + "boc:created_by" = "terraform" + "finops_project_name" = "org_app_env_sample" + "finops_project_number" = "fs0000031415" + "finops_project_role" = "org_app_env_sample_parameter" +} ``` ## Requirements diff --git a/tags/main.tf b/tags/main.tf index 2b4dcec..7506b8f 100644 --- a/tags/main.tf +++ b/tags/main.tf @@ -90,14 +90,14 @@ * and Environment are set in the `var.*_tags` variables already: * * ```hcl -* tags = { -* "CostAllocation" = "directorate:org:app" -* "Organization" = "census:directorate:org" -* "boc:created_by" = "terraform" -* "finops_project_name" = "org_app_env_sample" -* "finops_project_number" = "fs0000031415" -* "finops_project_role" = "org_app_env_sample_parameter" -* } +* tags = { +* "CostAllocation" = "directorate:org:app" +* "Organization" = "census:directorate:org" +* "boc:created_by" = "terraform" +* "finops_project_name" = "org_app_env_sample" +* "finops_project_number" = "fs0000031415" +* "finops_project_role" = "org_app_env_sample_parameter" +* } * ``` */