chore: Refactor templates into modules

This commit is contained in:
Peter 2025-12-20 19:35:37 +01:00
parent f2acafd737
commit 0e37a64198
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 49 additions and 39 deletions

View file

@ -1,12 +0,0 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.86.0"
}
http = {
source = "hashicorp/http"
version = "3.5.0"
}
}
}