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 3a0e81a commit 86a9887
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 @@ -165,3 +165,27 @@ variable "vm_macaddr" {
type = string
description = "Mac address of desired vm"
}

variable "pve_api_url" {
default = false
type = string
description = "url of proxmox api"
}

variable "pve_api_user" {
default = false
type = string
description = "username of proxmox api user"
}

variable "pve_api_password" {
default = false
type = string
description = "password of proxmox api user"
}

variable "pve_api_tls_verify" {
default = true
type = bool
description = "proxmox API disable check if cert is valid"
}

0 comments on commit 86a9887

Please sign in to comment.