9 lines
186 B
Terraform
9 lines
186 B
Terraform
|
|
variable "proxmox_endpoint" {
|
||
|
|
description = "Proxmox API endpoint"
|
||
|
|
type = string
|
||
|
|
}
|
||
|
|
variable "proxmox_api_token" {
|
||
|
|
description = "Proxmox API token"
|
||
|
|
type = string
|
||
|
|
}
|