mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-30 17:58:32 +00:00
8 lines
216 B
HCL
8 lines
216 B
HCL
|
|
provider "proxmox" {
|
|
pm_api_url = "https://${var.proxmox_host}:8006/api2/json"
|
|
pm_api_token_id = var.proxmox_token_id
|
|
pm_api_token_secret = var.proxmox_token_secret
|
|
pm_tls_insecure = true
|
|
}
|