7 lines
251 B
Terraform
7 lines
251 B
Terraform
variable "resource_group_name" { type = string }
|
|
variable "location" { type = string }
|
|
variable "subnet_id" { type = string }
|
|
variable "vm_size" { type = string }
|
|
variable "admin_username" { type = string }
|
|
variable "ssh_public_key" { type = string }
|