You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scenarios/AksOpenAiTerraform/terraform/modules/node_pool/variables.tf
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -108,18 +108,6 @@ variable "pod_subnet_id" {
108
108
default=null
109
109
}
110
110
111
-
variable"max_count" {
112
-
description="(Required) The maximum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be greater than or equal to min_count."
113
-
type=number
114
-
default=10
115
-
}
116
-
117
-
variable"min_count" {
118
-
description="(Required) The minimum number of nodes which should exist within this Node Pool. Valid values are between 0 and 1000 and must be less than or equal to max_count."
0 commit comments