File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
output "tags" {
2
- description = " output of tags."
2
+ description = " Output of tags."
3
3
value = module. labels . tags
4
4
}
5
5
6
6
output "id" {
7
- description = " computed id."
7
+ description = " Computed id."
8
8
value = module. labels . id
9
9
}
Original file line number Diff line number Diff line change 1
1
output "tags" {
2
- description = " output of tags in awscc provider format."
2
+ description = " Output of tags in awscc provider format."
3
3
value = local. tags
4
4
}
5
5
6
6
output "tags_aws" {
7
- description = " output of tags in aws provider format."
7
+ description = " Output of tags in aws provider format."
8
8
value = local. tags_aws
9
9
}
10
10
11
11
output "id" {
12
- description = " output of computed id based on inputs to module."
12
+ description = " Output of computed id based on inputs to module."
13
13
value = local. ordered_id
14
14
}
15
15
16
16
output "name" {
17
- description = " name of workload."
17
+ description = " Name of workload."
18
18
value = local. vars [" name" ]
19
19
}
20
20
21
21
output "namespace" {
22
- description = " namespace of workload."
22
+ description = " Namespace of workload."
23
23
value = local. vars [" namespace" ]
24
24
}
25
25
26
26
output "account" {
27
- description = " account of workload."
27
+ description = " Account of workload."
28
28
value = local. vars [" account" ]
29
29
}
30
30
31
31
output "env" {
32
- description = " environment of workload."
32
+ description = " Environment of workload."
33
33
value = local. vars [" env" ]
34
34
}
You can’t perform that action at this time.
0 commit comments