We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a05f3 commit 5d6069eCopy full SHA for 5d6069e
scenarios/AksOpenAiTerraform/terraform/modules/aks/variables.tf
@@ -69,12 +69,6 @@ variable "sku_tier" {
69
}
70
71
72
-variable "kubernetes_version" {
73
- description = "Specifies the AKS Kubernetes version"
74
- default = "1.30.5"
75
- type = string
76
-}
77
-
78
variable "system_node_pool_vm_size" {
79
description = "Specifies the vm size of the system node pool"
80
default = "Standard_F8s_v2"
0 commit comments