Terraform.VirtualMachines/terraform/variables.tf

15 lines
367 B
Terraform
Raw Normal View History

2021-02-02 12:30:06 +00:00
variable "vcenter_server" {}
variable "vsphere_username" {}
variable "vsphere_password" {}
2021-02-02 12:06:52 +00:00
2021-02-02 12:30:06 +00:00
variable "vsphere_datacenter" {}
variable "vsphere_host" {}
variable "vsphere_hostip" {}
2021-02-02 12:06:52 +00:00
2021-02-02 12:30:06 +00:00
variable "vsphere_vmdatastore" {}
variable "vsphere_cldatastore" {}
variable "vsphere_vmfolder" {}
variable "vsphere_network" {}
2021-02-02 12:06:52 +00:00
2021-02-02 12:30:06 +00:00
variable "repo_username" {}
variable "repo_password" {}