mirror of
https://github.com/arthur-pbty/homelab.git
synced 2026-08-01 20:29:15 +02:00
5 lines
108 B
Terraform
5 lines
108 B
Terraform
variable "proxmox_endpoint" {}
|
|
variable "proxmox_user" {}
|
|
variable "proxmox_password" {
|
|
sensitive = true
|
|
} |