Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jan 22, 2024
1 parent 96f546a commit 1cfde74
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,27 @@ variable "bootstrap" {
type = list(string)
default = ["whoami", "hostname"]
}

variable "vsphere_server" {
default = false
type = string
description = "vsphere server"
}

variable "vsphere_user" {
default = false
type = string
description = "password of vsphere user"
}

variable "vsphere_password" {
default = false
type = string
description = "password of vsphere user"
}

variable "unverified_ssl" {
default = true
type = bool
description = "enable unverified_ssl"
}

0 comments on commit 1cfde74

Please sign in to comment.