Skip to content

Commit

Permalink
added missing ) in tags description (#27)
Browse files Browse the repository at this point in the history
* added missing ) in tags description

* Auto Format

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
balihb and cloudpossebot authored Mar 23, 2021
1 parent c858ad0 commit 67ce228
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@ Available targets:

No provider.

## Modules

No Modules.

## Resources

No resources.

## Inputs

| Name | Description | Type | Default | Required |
Expand All @@ -266,7 +274,7 @@ No provider.
| name | Solution name, e.g. `app` or `jenkins` | `string` | `""` | no |
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | `string` | `""` | no |
| stage | Stage, e.g. 'prod', 'staging', 'dev' | `string` | `""` | no |
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')` | `map(string)` | `{}` | no |
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')`) | `map(string)` | `{}` | no |

## Outputs

Expand All @@ -279,7 +287,6 @@ No provider.
| namespace | Normalized namespace |
| stage | Normalized stage |
| tags | Normalized Tag map |

<!-- markdownlint-restore -->


Expand Down
11 changes: 9 additions & 2 deletions docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@

No provider.

## Modules

No Modules.

## Resources

No resources.

## Inputs

| Name | Description | Type | Default | Required |
Expand All @@ -20,7 +28,7 @@ No provider.
| name | Solution name, e.g. `app` or `jenkins` | `string` | `""` | no |
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | `string` | `""` | no |
| stage | Stage, e.g. 'prod', 'staging', 'dev' | `string` | `""` | no |
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')` | `map(string)` | `{}` | no |
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')`) | `map(string)` | `{}` | no |

## Outputs

Expand All @@ -33,5 +41,4 @@ No provider.
| namespace | Normalized namespace |
| stage | Normalized stage |
| tags | Normalized Tag map |

<!-- markdownlint-restore -->
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "attributes" {
variable "tags" {
type = map(string)
default = {}
description = "Additional tags (e.g. `map('BusinessUnit','XYZ')`"
description = "Additional tags (e.g. `map('BusinessUnit','XYZ')`)"
}

variable "enabled" {
Expand Down

0 comments on commit 67ce228

Please sign in to comment.