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:
357357| attributes | Normalized attributes |
358358| context | Context of this module to pass between other modules |
359359| delimiter | Delimiter used in label ID |
360+ | environment | Normalized environment |
360361| id | Disambiguated ID |
361362| name | Normalized name |
362363| namespace | Normalized namespace |
Original file line number Diff line number Diff line change 2121| attributes | Normalized attributes |
2222| context | Context of this module to pass between other modules |
2323| delimiter | Delimiter used in label ID |
24+ | environment | Normalized environment |
2425| id | Disambiguated ID |
2526| name | Normalized name |
2627| namespace | Normalized namespace |
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ output "stage" {
1818 description = " Normalized stage"
1919}
2020
21+ output "environment" {
22+ value = " ${ local . enabled ? local . environment : " " } "
23+ description = " Normalized environment"
24+ }
25+
2126output "attributes" {
2227 value = " ${ local . enabled ? local . attributes : " " } "
2328 description = " Normalized attributes"
You can’t perform that action at this time.
0 commit comments