Skip to content

Commit 512c978

Browse files
committed
Minor change
1 parent 0343233 commit 512c978

File tree

1 file changed

+1
-2
lines changed
  • scenarios/AksOpenAiTerraform/terraform/modules/node_pool

1 file changed

+1
-2
lines changed

scenarios/AksOpenAiTerraform/terraform/modules/node_pool/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,8 @@ variable "tags" {
6161
}
6262

6363
variable "orchestrator_version" {
64-
description = "(Optional) Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won't auto-upgrade)"
64+
description = "(Required) Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won't auto-upgrade)"
6565
type = string
66-
default = null
6766
}
6867

6968
variable "os_disk_size_gb" {

0 commit comments

Comments
 (0)