You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,6 @@ Available targets:
396
396
lint Lint terraform code
397
397
398
398
```
399
-
400
399
## Inputs
401
400
402
401
| Name | Description | Type | Default | Required |
@@ -410,6 +409,7 @@ Available targets:
410
409
| label_order | The naming order of the id output and Name tag | list |`<list>`| no |
411
410
| name | Solution name, e.g. 'app' or 'jenkins' | string | `` | no |
412
411
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | string | `` | no |
412
+
| regex_replace_chars | By default only letters and digits are allowed in `namespace`, `environment`, `stage` and `name`. All other chars are removed | string |`[^a-zA-Z0-9]`| no |
413
413
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' | string | `` | no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
## Inputs
3
2
4
3
| Name | Description | Type | Default | Required |
@@ -12,6 +11,7 @@
12
11
| label_order | The naming order of the id output and Name tag | list |`<list>`| no |
13
12
| name | Solution name, e.g. 'app' or 'jenkins' | string | `` | no |
14
13
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | string | `` | no |
14
+
| regex_replace_chars | By default only letters and digits are allowed in `namespace`, `environment`, `stage` and `name`. All other chars are removed | string |`[^a-zA-Z0-9]`| no |
15
15
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' | string | `` | no |
0 commit comments