first commit

This commit is contained in:
Arthur Dodin
2026-05-05 11:27:26 +02:00
commit ffde04bdec
51 changed files with 22398 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.105.0"
}
}
}
provider "proxmox" {
endpoint = var.pve_api_endpoint
api_token = var.pve_api_token
insecure = true
}