Example Code with Telmate Proxmox provider v2.9.14
Find a file
2026-07-14 20:21:53 +02:00
README.md docs: prepare readme 2026-07-14 20:21:53 +02:00

terraform-proxmox

Getting started

Add your initial file

git init
git switch -c main
git add README.md
git commit -m "first commit"
git remote add origin ssh://git@git.snowheaven.de:2222/christianwirtz/terraform-proxmox.git
git push -u origin main # or git push -uf origin main

Integrate with your tools

Collaborate with your team

Test and Deploy