Files
Ansible-x-Terraform/terraform/variables.tf
2026-04-05 20:50:04 +02:00

12 lines
181 B
HCL

variable "proxmox_api_url" {
type = string
}
variable "proxmox_api_token_id" {
type = string
}
variable "proxmox_api_token_secret" {
type = string
sensitive = true
}