Files
Homelab/terraform/projects/simple-vm-with-module/variables.tf
T

11 lines
208 B
Terraform

variable "proxmox_endpoint" {
description = "Proxmox URL endpoint"
type = string
}
variable "proxmox_api_token" {
description = "Proxmox API token"
type = string
sensitive = true
}