Add examples for Azure Disk Encryption Extension
This commit is contained in:
15
quickstart/201-vm-disk-encryption-extension/variables.tf
Normal file
15
quickstart/201-vm-disk-encryption-extension/variables.tf
Normal file
@ -0,0 +1,15 @@
|
||||
variable "location" {
|
||||
type = string
|
||||
description = "Location where resources will be created"
|
||||
}
|
||||
|
||||
variable "vm_public_key" {
|
||||
type = string
|
||||
description = "Public key of the Virtual Machine"
|
||||
}
|
||||
|
||||
variable "name_prefix" {
|
||||
type = string
|
||||
default = "tftest"
|
||||
description = "Prefix of the resource name"
|
||||
}
|
Reference in New Issue
Block a user