modules/win_vm/variables.tf (7 lines of code) (raw):

variable "resource_group_name" {} variable "location" {} variable "vm_name" {} variable "contoso_subnet_id" {} variable "tags" { default = {} }