From 236e9fa6681e9ff499222f28aa02bf60003b24bb Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Tue, 4 Nov 2025 21:37:02 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-11-04 21:37:02 --- content/post/3-terraform-create-vm-proxmox.fr.md | 2 +- content/post/3-terraform-create-vm-proxmox.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/3-terraform-create-vm-proxmox.fr.md b/content/post/3-terraform-create-vm-proxmox.fr.md index 8919680..4c9b274 100644 --- a/content/post/3-terraform-create-vm-proxmox.fr.md +++ b/content/post/3-terraform-create-vm-proxmox.fr.md @@ -15,7 +15,7 @@ categories: L’un des aspects les plus satisfaisant de la création de mon homelab, c’est de pouvoir y appliquer des outils production-grade. J’ai voulu définir toute mon infrastructure as code, et la première étape que j’ai abordée est le déploiement de Machines Virtuelles avec **Terraform** sur **Proxmox**. -Dans cet article, je vous guide pas à pas pour créer une simple VM sur Proxmox en utilisant Terraform, basée sur un template **cloud-init** que j’ai détaillé dans [cet article]({{< ref "post/1-proxmox-cloud-init-vm-template" >}}). L’exécution se fait depuis un conteneur LXC dédié qui centralise toute la gestion de mon infrastructure. +Dans cet article, je vous guide pas à pas pour créer une simple VM sur Proxmox VE 8 en utilisant Terraform, basée sur un template **cloud-init** que j’ai détaillé dans [cet article]({{< ref "post/1-proxmox-cloud-init-vm-template" >}}). L’exécution se fait depuis un conteneur LXC dédié qui centralise toute la gestion de mon infrastructure. 📝 Le code complet utilisé dans cet article est disponible dans mon [dépôt GitHub Homelab](https://github.com/Vezpi/Homelab) diff --git a/content/post/3-terraform-create-vm-proxmox.md b/content/post/3-terraform-create-vm-proxmox.md index ae4d80c..30c66a0 100644 --- a/content/post/3-terraform-create-vm-proxmox.md +++ b/content/post/3-terraform-create-vm-proxmox.md @@ -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. I’ve 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, I’ll walk you through creating a simple VM on Proxmox using Terraform, based on a **cloud-init** template I covered in [this article]({{< ref "post/1-proxmox-cloud-init-vm-template" >}}). Everything runs from a dedicated LXC container where I manage my whole infrastructure. +In this article, I’ll walk you through creating a simple VM on Proxmox VE 8 using Terraform, based on a **cloud-init** template I covered in [this article]({{< ref "post/1-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)