feat: initial PBS LXC deployment on gihyeon2
This commit is contained in:
11
variables.tf
Normal file
11
variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "proxmox_endpoint" {
|
||||
description = "Proxmox VE API endpoint URL"
|
||||
type = string
|
||||
default = "https://192.168.50.87:8006"
|
||||
}
|
||||
|
||||
variable "proxmox_api_token" {
|
||||
description = "Proxmox API token (format: user@realm!tokenid=token-value)"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user