0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00
terraform-provider-proxmox/howtos/cloud-init/cutom/variables.tf
Pavel Boldyrev d91ec25bfa
fix(docs): update HOW-TOs for cloud-init (#955)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-01-24 03:44:39 +00:00

10 lines
300 B
HCL

variable "virtual_environment_endpoint" {
type = string
description = "The endpoint for the Proxmox Virtual Environment API (example: https://host:port)"
}
variable "virtual_environment_token" {
type = string
description = "The token for the Proxmox Virtual Environment API"
}