change: set insecure to true
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user