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

12
providers.tf Normal file
View File

@@ -0,0 +1,12 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.72.0"
}
talos = {
source = "siderolabs/talos"
version = "0.7.1"
}
}
}