Add proxmox provider

This commit is contained in:
2026-08-20 10:29:11 -04:00
parent fe83b5375d
commit 7e9f8a93a8
4 changed files with 25 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
terraform {
required_version = ">= 1.15.9"
required_providers {
proxmox = {
source = "registry.terraform.io/bpg/proxmox"
version = ">= 0.111.1"
}
}
backend "local" {
path = "/mnt/nfs/terraform/proxmox/terraform.tfstate"
}
}