first commit

This commit is contained in:
2026-01-12 01:24:58 +04:00
commit f5b7fc63db
7 changed files with 87 additions and 0 deletions

8
versions.tf Normal file
View File

@@ -0,0 +1,8 @@
terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "3.0.2"
}
}
}