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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -672,16 +672,20 @@ No provider.
672
672
673
673
| Name | Description |
674
674
|------|-------------|
675
+
| additional\_tag\_map | The merged additional\_tag\_map |
675
676
| attributes | List of attributes |
676
-
| context | Merged but otherwise unmodified input to this module, to be use as context input to other modules. |
677
+
| context | Merged but otherwise unmodified input to this module, to be used as context input to other modules.<br>Note: this version will have null values as defaults, not the values actually used as defaults. |
677
678
| delimiter | Delimiter between `namespace`, `environment`, `stage`, `name` and `attributes`|
679
+
| enabled | True if module is enabled, false otherwise |
678
680
| environment | Normalized environment |
679
681
| id | Disambiguated ID restricted to `id_length_limit` characters in total |
680
682
| id\_full | Disambiguated ID not restricted in length |
681
-
| label\_order | The naming order of the id output and Name tag |
683
+
| id\_length\_limit | The id\_length\_limit actually used to create the ID, with `0` meaning unlimited |
684
+
| label\_order | The naming order actually used to create the ID |
682
685
| name | Normalized name |
683
686
| namespace | Normalized namespace |
684
687
| normalized\_context | Normalized context of this module |
688
+
| regex\_replace\_chars | The regex\_replace\_chars actually used to create the ID |
685
689
| stage | Normalized stage |
686
690
| tags | Normalized Tag map |
687
691
| tags\_as\_list\_of\_maps | Additional tags as a list of maps, which can be used in several AWS resources |
Copy file name to clipboardExpand all lines: docs/terraform.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,20 @@ No provider.
30
30
31
31
| Name | Description |
32
32
|------|-------------|
33
+
| additional\_tag\_map | The merged additional\_tag\_map |
33
34
| attributes | List of attributes |
34
-
| context | Merged but otherwise unmodified input to this module, to be use as context input to other modules. |
35
+
| context | Merged but otherwise unmodified input to this module, to be used as context input to other modules.<br>Note: this version will have null values as defaults, not the values actually used as defaults. |
35
36
| delimiter | Delimiter between `namespace`, `environment`, `stage`, `name` and `attributes`|
37
+
| enabled | True if module is enabled, false otherwise |
36
38
| environment | Normalized environment |
37
39
| id | Disambiguated ID restricted to `id_length_limit` characters in total |
38
40
| id\_full | Disambiguated ID not restricted in length |
39
-
| label\_order | The naming order of the id output and Name tag |
41
+
| id\_length\_limit | The id\_length\_limit actually used to create the ID, with `0` meaning unlimited |
42
+
| label\_order | The naming order actually used to create the ID |
40
43
| name | Normalized name |
41
44
| namespace | Normalized namespace |
42
45
| normalized\_context | Normalized context of this module |
46
+
| regex\_replace\_chars | The regex\_replace\_chars actually used to create the ID |
43
47
| stage | Normalized stage |
44
48
| tags | Normalized Tag map |
45
49
| tags\_as\_list\_of\_maps | Additional tags as a list of maps, which can be used in several AWS resources |
0 commit comments