# Rocky Linux 9 Server # --- # Packer Template to create an Rocky Linux 9 Server on Proxmox # Variable Definitions variable "proxmox_api_url" { type = string } variable "proxmox_api_token_id" { type = string } variable "proxmox_api_token_secret" { type = string sensitive = true }