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" {
1010}
1111
1212variable "component" {
13- description = " Underlying, dedicated piece of service (Cache, DB, ...)"
13+ description = " TAG: Underlying, dedicated piece of service (Cache, DB, ...)"
1414 default = " UNDEF"
1515}
1616
@@ -24,7 +24,7 @@ variable "environment" {
2424}
2525
2626variable "monitor" {
27- description = " Should resource be monitored"
27+ description = " TAG: Should resource be monitored"
2828 default = " UNDEF"
2929}
3030
@@ -48,17 +48,17 @@ variable "organization" {
4848}
4949
5050variable "owner" {
51- description = " Owner of the service"
51+ description = " TAG: Owner of the service"
5252 default = " UNDEF"
5353}
5454
5555variable "product" {
56- description = " Company/business product"
56+ description = " TAG: Company/business product"
5757 default = " UNDEF"
5858}
5959
6060variable "service" {
61- description = " Application (microservice) name"
61+ description = " TAG: Application (microservice) name"
6262 default = " UNDEF"
6363}
6464
@@ -69,6 +69,6 @@ variable "tags" {
6969}
7070
7171variable "team" {
72- description = " Department/team of people responsible for service"
72+ description = " TAG: Department/team of people responsible for service"
7373 default = " UNDEF"
7474}
You can’t perform that action at this time.
0 commit comments