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: modules/aks_node_pool/variables.tf
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,6 @@ variable "os_disk_size" {
46
46
default=100
47
47
}
48
48
49
-
# TODO: enable after azurerm v2.37.0
50
-
# variable "os_disk_type" {
51
-
# description = "The type of disk which should be used for the Operating System. Possible values are Ephemeral and Managed. Defaults to Managed. Changing this forces a new resource to be created"
52
-
# type = string
53
-
# default = "Managed"
54
-
# }
55
-
56
49
variable"os_type" {
57
50
description="The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are Linux and Windows. Defaults to Linux"
0 commit comments