@@ -23,21 +23,11 @@ variable "name_tag_key" {
2323 description = " The tag key for the 'Name' tag."
2424}
2525
26- variable "name_enforce_for_values" {
27- type = list (string )
28- description = " A list of tag values to enforce for the 'Name' tag."
29- }
30-
3126variable "environment_tag_key" {
3227 type = string
3328 description = " The tag key for the 'Environment' tag."
3429}
3530
36- variable "environment_enforce_for_values" {
37- type = list (string )
38- description = " A list of tag values to enforce for the 'Environment' tag."
39- }
40-
4131variable "owner_tag_key" {
4232 type = string
4333 description = " The tag key for the 'Owner' tag."
@@ -48,11 +38,6 @@ variable "owner_tag_value" {
4838 description = " A list of valid tag values for the 'Owner' tag."
4939}
5040
51- variable "owner_enforce_for_values" {
52- type = list (string )
53- description = " A list of tag values to enforce for the 'Owner' tag."
54- }
55-
5641variable "costcenter_tag_key" {
5742 type = string
5843 description = " The tag key for the 'CostCenter' tag."
@@ -63,17 +48,12 @@ variable "costcenter_tag_value" {
6348 description = " A list of valid tag values for the 'CostCenter' tag."
6449}
6550
66- variable "costcenter_enforce_for_values" {
67- type = list (string )
68- description = " A list of tag values to enforce for the 'CostCenter' tag."
69- }
70-
7151variable "application_tag_key" {
7252 type = string
7353 description = " The tag key for the 'Application' tag."
7454}
7555
76- variable "application_enforce_for_values " {
56+ variable "enforce_for_values " {
7757 type = list (string )
7858 description = " A list of tag values to enforce for the 'Application' tag."
7959}
0 commit comments