29 lines
326 B
Terraform
29 lines
326 B
Terraform
|
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" {
|
||
|
}
|