Terraform.VirtualMachines/terraform/variables.tf

29 lines
326 B
HCL

variable "vcenter_server" {
}
variable "vsphere_username" {
}
variable "vsphere_password" {
}
variable "vsphere_datacenter" {
}
variable "vsphere_host" {
}
variable "vsphere_hostip" {
}
variable "vsphere_datastore" {
}
variable "vsphere_folder" {
}
variable "vsphere_templatefolder" {
}
variable "vsphere_network" {
}