initial commit

This commit is contained in:
0x1d
2025-02-23 14:40:45 +01:00
commit cf5357b43c
11 changed files with 380 additions and 0 deletions

3
main.tf Normal file
View File

@@ -0,0 +1,3 @@
provider "proxmox" {
insecure = true
}