revert: insecure to false

This commit is contained in:
2025-12-15 19:38:03 +00:00
parent 6a57609f8a
commit 1bffdef5fe

View File

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