mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 19:12:59 +00:00
* feat(file)!: safer snippets upload using SSH input stream * fixes for acceptance tests on windows * enable other OS-es for acceptance tests * update example templates to use api token auth --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
14 lines
450 B
HCL
14 lines
450 B
HCL
variable "virtual_environment_endpoint" {
|
|
type = string
|
|
description = "The endpoint for the Proxmox Virtual Environment API (example: https://host:port)"
|
|
}
|
|
|
|
variable "virtual_environment_api_token" {
|
|
type = string
|
|
description = "The API token for the Proxmox Virtual Environment API"
|
|
}
|
|
|
|
variable "virtual_environment_ssh_username" {
|
|
type = string
|
|
description = "The username for the Proxmox Virtual Environment API"
|
|
} |