variable "hostname" { type = string } variable "password" { type = string } variable "temp_dns" { type = string } variable "temp_gw" { type = string } variable "temp_ip" { type = string } variable "temp_mask" { type = string } variable "username" { type = string } variable "vcenter_cluster" { type = string } variable "vcenter_datacenter" { type = string } variable "vcenter_datastore" { type = string } variable "vcenter_iso_path" { type = string } variable "vcenter_network" { type = string } variable "vcenter_password" { type = string } variable "vcenter_server" { type = string } variable "vcenter_user" { type = string } variable "ssh_authorized_keys" { type = list(string) }