Correct some mistakes

This commit is contained in:
2024-09-19 22:45:38 +03:00
parent df81645473
commit dee4f1a22b
6 changed files with 16 additions and 28 deletions

View File

@ -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 = "" }