Files
terraform/variables.tf
JulienAldon 1de2fe9ab4 Add common module managing common services and scripts (act_runner, create/restore backups)
Fix script environment variables
Add Fefan configuration
Fix gateway services file provisionning through ssh
2026-01-20 15:42:17 +01:00

19 lines
403 B
HCL

variable "proxmox_api_token" {
description = "Token to connect Proxmox API"
type = string
}
variable "ssh_public_key" {
description = "SSH client public key"
type = string
}
variable "proxmox_endpoint" {
description = "Proxmox endpoint"
type = string
}
variable "proxmox_host_ip" {
description = "Proxmox ip for backup nfs share"
type = string
}