Correct some mistakes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
variable "vcenter_server" {
|
||||
default = ""
|
||||
sensitive = true
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vcenter_username" {
|
||||
@ -59,6 +59,6 @@ variable "connection_username" { default = "" }
|
||||
variable "connection_password" { default = "" }
|
||||
// ************************************
|
||||
variable "iso_checksum" { default = "" }
|
||||
variable "os_iso_paths" { default = "" }
|
||||
variable "os_iso_paths" { default = "" }
|
||||
variable "iso_url" { default = "" }
|
||||
variable "boot_command" { default = "" }
|
||||
|
Reference in New Issue
Block a user