Skip to content

Commit

Permalink
fix doc spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 11, 2026
1 parent 7595133 commit b0c161b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions tags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions tags/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
* }
* ```
*/

Expand Down

0 comments on commit b0c161b

Please sign in to comment.