change: set insecure to true
This commit is contained in:
@@ -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 = false
|
insecure = true
|
||||||
ssh {
|
ssh {
|
||||||
agent = false
|
agent = false
|
||||||
# private_key = file("~/.ssh/id_ed25519")
|
# private_key = file("~/.ssh/id_ed25519")
|
||||||
|
|||||||
Reference in New Issue
Block a user