File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,7 @@ Available targets:
357
357
| attributes | Normalized attributes |
358
358
| context | Context of this module to pass between other modules |
359
359
| delimiter | Delimiter used in label ID |
360
+ | environment | Normalized environment |
360
361
| id | Disambiguated ID |
361
362
| name | Normalized name |
362
363
| namespace | Normalized namespace |
Original file line number Diff line number Diff line change 21
21
| attributes | Normalized attributes |
22
22
| context | Context of this module to pass between other modules |
23
23
| delimiter | Delimiter used in label ID |
24
+ | environment | Normalized environment |
24
25
| id | Disambiguated ID |
25
26
| name | Normalized name |
26
27
| namespace | Normalized namespace |
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ output "stage" {
18
18
description = " Normalized stage"
19
19
}
20
20
21
+ output "environment" {
22
+ value = " ${ local . enabled ? local . environment : " " } "
23
+ description = " Normalized environment"
24
+ }
25
+
21
26
output "attributes" {
22
27
value = " ${ local . enabled ? local . attributes : " " } "
23
28
description = " Normalized attributes"
You can’t perform that action at this time.
0 commit comments