First push

This commit is contained in:
2026-05-12 23:11:36 +02:00
parent b0fd6fac6e
commit 955319bfa9
8 changed files with 236 additions and 5 deletions

10
versions.tf Normal file
View File

@@ -0,0 +1,10 @@
terraform {
required_version = ">= 1.8"
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "~> 0.78"
}
}
}