File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ variable "autoscaling_group" {
10
10
}
11
11
12
12
variable "component" {
13
- description = " Underlying, dedicated piece of service (Cache, DB, ...)"
13
+ description = " TAG: Underlying, dedicated piece of service (Cache, DB, ...)"
14
14
default = " UNDEF"
15
15
}
16
16
@@ -24,7 +24,7 @@ variable "environment" {
24
24
}
25
25
26
26
variable "monitor" {
27
- description = " Should resource be monitored"
27
+ description = " TAG: Should resource be monitored"
28
28
default = " UNDEF"
29
29
}
30
30
@@ -48,17 +48,17 @@ variable "organization" {
48
48
}
49
49
50
50
variable "owner" {
51
- description = " Owner of the service"
51
+ description = " TAG: Owner of the service"
52
52
default = " UNDEF"
53
53
}
54
54
55
55
variable "product" {
56
- description = " Company/business product"
56
+ description = " TAG: Company/business product"
57
57
default = " UNDEF"
58
58
}
59
59
60
60
variable "service" {
61
- description = " Application (microservice) name"
61
+ description = " TAG: Application (microservice) name"
62
62
default = " UNDEF"
63
63
}
64
64
@@ -69,6 +69,6 @@ variable "tags" {
69
69
}
70
70
71
71
variable "team" {
72
- description = " Department/team of people responsible for service"
72
+ description = " TAG: Department/team of people responsible for service"
73
73
default = " UNDEF"
74
74
}
You can’t perform that action at this time.
0 commit comments