Auto-update blog content from Obsidian: 2025-05-28 20:13:53
Some checks failed
Deploy / Deploy (push) Failing after 3s

This commit is contained in:
Gitea Actions
2025-05-28 20:13:53 +00:00
parent 773aac242b
commit 3a8d903ad0
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ categories:
One of the most satisfying parts of building a homelab is getting to apply production-grade tooling to a personal setup. Ive been working on defining my entire infrastructure as code, and the first piece I tackled was VM deployment with **Terraform** on **Proxmox**.
In this article, Ill walk you through creating a simple VM on Proxmox using Terraform, based on a **cloud-init** template I covered in [this article]({{< relref "proxmox-cloud-init-vm-template" >}}). Everything runs from a dedicated LXC container where I manage my whole infrastructure.
In this article, Ill walk you through creating a simple VM on Proxmox using Terraform, based on a **cloud-init** template I covered in [this article]({{< ref "proxmox-cloud-init-vm-template" >}}). Everything runs from a dedicated LXC container where I manage my whole infrastructure.
📝 The full code used in this article is available in my [Homelab GitHub repository](https://github.com/Vezpi/Homelab)
@@ -42,7 +42,7 @@ I chose the `bpg/proxmox` provider because its better maintained at the time
### Create a Cloud-init VM Template in Proxmox
Check out my previous article on [Proxmox - Create a Cloud-Init VM Template]({{< relref "proxmox-cloud-init-vm-template" >}}).
Check out my previous article on [Proxmox - Create a Cloud-Init VM Template]({{< ref "proxmox-cloud-init-vm-template" >}}).
### Install Terraform