change: set insecure to true

This commit is contained in:
2025-12-13 21:35:26 +00:00
parent f4d67bee86
commit 6a57609f8a

View File

@@ -9,7 +9,7 @@ terraform {
provider "proxmox" {
endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token
insecure = false
insecure = true
ssh {
agent = false
# private_key = file("~/.ssh/id_ed25519")