File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,12 @@ variable "ip_range_services" {
50
50
variable "compute_engine_service_account" {
51
51
description = " Service account to associate to the nodes in the cluster"
52
52
}
53
+
54
+ variable "cluster_resource_labels" {
55
+ type = " map"
56
+ description = " Map containing cluster labels. Maximum of 64 labels"
57
+
58
+ default = {
59
+ }
60
+
61
+ }
Original file line number Diff line number Diff line change @@ -50,3 +50,12 @@ variable "ip_range_services" {
50
50
variable "compute_engine_service_account" {
51
51
description = " Service account to associate to the nodes in the cluster"
52
52
}
53
+
54
+ variable "cluster_resource_labels" {
55
+ type = " map"
56
+ description = " Map containing cluster labels. Maximum of 64 labels"
57
+
58
+ default = {
59
+ }
60
+
61
+ }
Original file line number Diff line number Diff line change @@ -51,3 +51,12 @@ variable "ip_range_pods" {
51
51
variable "ip_range_services" {
52
52
description = " The secondary ip range to use for pods"
53
53
}
54
+
55
+ variable "cluster_resource_labels" {
56
+ type = " map"
57
+ description = " Map containing cluster labels. Maximum of 64 labels"
58
+
59
+ default = {
60
+ }
61
+
62
+ }
Original file line number Diff line number Diff line change @@ -55,3 +55,12 @@ variable "ip_range_services" {
55
55
variable "compute_engine_service_account" {
56
56
description = " Service account to associate to the nodes in the cluster"
57
57
}
58
+
59
+ variable "cluster_resource_labels" {
60
+ type = " map"
61
+ description = " Map containing cluster labels. Maximum of 64 labels"
62
+
63
+ default = {
64
+ }
65
+
66
+ }
You can’t perform that action at this time.
0 commit comments