Adding an ESXi development branch
This commit is contained in:
28
ESXi/variables.tf
Normal file
28
ESXi/variables.tf
Normal file
@@ -0,0 +1,28 @@
|
||||
#
|
||||
# See https://www.terraform.io/intro/getting-started/variables.html for more details.
|
||||
#
|
||||
|
||||
# Change these defaults to fit your needs!
|
||||
|
||||
variable "esxi_hostname" {
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "esxi_hostport" {
|
||||
default = "22"
|
||||
}
|
||||
|
||||
variable "esxi_username" {
|
||||
default = "root"
|
||||
}
|
||||
|
||||
variable "esxi_password" { # Unspecified will prompt
|
||||
}
|
||||
|
||||
variable "vm_network" {
|
||||
default = "VM Network"
|
||||
}
|
||||
|
||||
variable "nat_network" {
|
||||
default = "NAT Network"
|
||||
}
|
||||
Reference in New Issue
Block a user