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" { provider "proxmox" {
endpoint = var.proxmox_endpoint endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token api_token = var.proxmox_api_token
insecure = true insecure = false
ssh { ssh {
agent = false agent = false
# private_key = file("~/.ssh/id_ed25519") # private_key = file("~/.ssh/id_ed25519")