Initial Pulumi proxmox-infra setup with Gitea Actions
Deploy Proxmox Infra / Pulumi Preview (push) Has been skipped
Deploy Proxmox Infra / Pulumi Deploy (push) Failing after 55s

This commit is contained in:
2026-05-27 20:26:52 +02:00
commit 57dc56c690
10 changed files with 3154 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "proxmox-infra",
"main": "index.ts",
"devDependencies": {
"@types/node": "^18",
"typescript": "^5.0.0"
},
"dependencies": {
"@muhlba91/pulumi-proxmoxve": "^8.2.1",
"@pulumi/pulumi": "^3.113.0"
}
}