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
description="Enables all of the disks (including the temp disk) attached to this Virtual Machine be encrypted by enabling Encryption at Host. Defaults to false"
168
+
type=bool
169
+
default=false
170
+
}
171
+
172
+
variable"disk_encryption_set_id" {
173
+
description="The ID of the Disk Encryption Set which should be used to Encrypt this OS Disk."
description="Enables host encryption on all the nodes in the Node Pool."
170
+
type=bool
171
+
default=false
172
+
}
173
+
174
+
variable"aks_node_disk_encryption_set_id" {
175
+
description="The ID of the Disk Encryption Set which should be used for the Nodes and Volumes. Changing this forces a new resource to be created."
176
+
type=string
177
+
default=null
178
+
}
179
+
168
180
# AKS advanced network config
169
181
variable"aks_network_plugin" {
170
182
description="Network plugin to use for networking. Currently supported values are azure and kubenet. Changing this forces a new resource to be created."
description="Setting this variable enables all of the disks (including the temp disk) attached to this Virtual Machine be encrypted by enabling Encryption at Host. This setting applies to both Jump and NFS VM. Defaults to false"
379
+
type=bool
380
+
default=false
381
+
}
382
+
383
+
variable"vm_disk_encryption_set_id" {
384
+
description="The ID of the Disk Encryption Set which should be used to Encrypt this OS Disk. This setting applies to both Jump and NFS VM."
385
+
type=string
386
+
default=null
387
+
}
388
+
365
389
variable"storage_type" {
366
390
description="Type of Storage. Valid Values: `standard`, `ha` and `none`. `standard` creates NFS server VM, `ha` creates Azure Netapp Files"
0 commit comments