diff --git a/variables.tf b/variables.tf index f2f90a3..3b60b8c 100644 --- a/variables.tf +++ b/variables.tf @@ -178,6 +178,7 @@ variable "custom_data" { description = "Base64-Encoded Custom Data which should be used for this Virtual Machine." type = string default = null +} variable "identity" { description = "Managed Identity which should be assigned the virtual machine." @@ -187,4 +188,4 @@ variable "identity" { }) default = null -} \ No newline at end of file +}