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
| delimiter | Delimiter to be used between `namespace`, `stage`, `name` and `attributes`|`string`|`"-"`| no |
36
39
| enabled | Set to false to prevent the module from creating any resources |`bool`|`true`| no |
37
40
| label\_order | The naming order of the id output and Name tag |`list(string)`|`[]`| no |
38
-
| name | Solution name, e.g. `app` or `jenkins`|`string`| n/a | yes |
39
-
| namespace | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' |`string`| n/a | yes |
40
41
| regex\_replace\_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`. By default only hyphens, letters and digits are allowed, all other chars are removed |`string`|`"/[^a-zA-Z0-9-]/"`| no |
0 commit comments