12 lines
183 B
HCL
12 lines
183 B
HCL
variable "proxmox_api_url" {
|
|
type = string
|
|
}
|
|
|
|
variable "proxmox_api_token_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "proxmox_api_token_secret" {
|
|
type = string
|
|
sensitive = true
|
|
} |