feat: rework terraform pve_vm module

This commit is contained in:
2025-07-02 07:15:55 +00:00
parent a78860c3b8
commit c524868cf5
6 changed files with 26 additions and 20 deletions

View File

@@ -1,18 +0,0 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
}
}
}
provider "proxmox" {
endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token
insecure = false
ssh {
agent = false
private_key = file("~/.ssh/id_ed25519")
username = "root"
}
}