hetzner haproxy, varnish & web setup

This commit is contained in:
2025-12-28 22:30:12 +01:00
parent ec0eb23acd
commit 80b58a9f3e
13 changed files with 2312 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "hetzner-pulumi",
"main": "index.ts",
"devDependencies": {
"@types/node": "^18",
"typescript": "^5.0.0"
},
"dependencies": {
"@pulumi/hcloud": "^1.29.0",
"@pulumi/pulumi": "^3.213.0",
"@pulumi/random": "^4.18.4",
"zod": "^4.2.1"
}
}