Example Code with Telmate Proxmox provider v2.9.14
| README.md | ||
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