deploy-templates/vsphere/packer/variables.pkr.hcl (48 lines of code) (raw):

variable "vsphere_server" { type = string default = "" } variable "vsphere_user" { type = string default = "" } variable "vsphere_password" { type = string default = "" } variable "vsphere_datacenter" { type = string default = "" } variable "vsphere_resource_pool" { type = string default = "" } variable "vsphere_folder" { type = string default = "" } variable "vsphere_cluster" { type = string default = "" } variable "vsphere_template_name" { type = string default = "vault-ubuntu-template" } variable "vsphere_datastore" { type = string default = "" } variable "vsphere_network" { type = string default = "" } variable "ssh_username" { type = string default = "" } variable "ssh_password" { type = string default = "" }