Skip to content

Commit 0d82b2c

Browse files
author
Steven Nemetz
committed
Add TAG to tag only variable descriptions
1 parent e9e59de commit 0d82b2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

variables.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ variable "autoscaling_group" {
1010
}
1111

1212
variable "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

2626
variable "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

5050
variable "owner" {
51-
description = "Owner of the service"
51+
description = "TAG: Owner of the service"
5252
default = "UNDEF"
5353
}
5454

5555
variable "product" {
56-
description = "Company/business product"
56+
description = "TAG: Company/business product"
5757
default = "UNDEF"
5858
}
5959

6060
variable "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

7171
variable "team" {
72-
description = "Department/team of people responsible for service"
72+
description = "TAG: Department/team of people responsible for service"
7373
default = "UNDEF"
7474
}

0 commit comments

Comments
 (0)