First push

This commit is contained in:
2026-05-12 23:08:11 +02:00
parent 558cff2def
commit e4d7e6763e
12 changed files with 228 additions and 85 deletions

5
providers.tf Normal file
View File

@@ -0,0 +1,5 @@
provider "proxmox" {
endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token
insecure = var.proxmox_insecure
}