diff --git a/content/post/proxmox-cloud-init-vm-template.fr.md b/content/post/proxmox-cloud-init-vm-template.fr.md index 392cb8f..5e85514 100644 --- a/content/post/proxmox-cloud-init-vm-template.fr.md +++ b/content/post/proxmox-cloud-init-vm-template.fr.md @@ -1,7 +1,7 @@ --- title: Proxmox - Créer un Template de VM Cloud-Init description: Découvrez comment créer un template de VM Ubuntu réutilisable avec cloud-init dans Proxmox pour accélérer et simplifier le déploiement de machines virtuelles. -date: 2025-01-31 +date: 2025-03-31 draft: false tags: - proxmox diff --git a/content/post/proxmox-cloud-init-vm-template.md b/content/post/proxmox-cloud-init-vm-template.md index 0b246f3..8d5d453 100644 --- a/content/post/proxmox-cloud-init-vm-template.md +++ b/content/post/proxmox-cloud-init-vm-template.md @@ -1,7 +1,7 @@ --- title: Proxmox - Create a Cloud-Init VM Template description: Learn how to create a reusable Ubuntu VM template with cloud-init in Proxmox to speed up and simplify virtual machine deployment. -date: 2025-01-31 +date: 2025-03-31 draft: false tags: - proxmox diff --git a/content/post/terraform-create-vm-proxmox.md b/content/post/terraform-create-vm-proxmox.md index 9ee3d0c..cc87a9b 100644 --- a/content/post/terraform-create-vm-proxmox.md +++ b/content/post/terraform-create-vm-proxmox.md @@ -17,6 +17,7 @@ In my homelab, one of the big project I had in mind was to be able to create my In this article I will show you how My first project is to create simple VM on [[Proxmox]] with Terraform, based of a [[cloud-init]] VM template +From LXC container Add the link to the homelab GitHub repository --- @@ -40,6 +41,10 @@ I chose the `bpg/proxmox` provider because it’s better maintained at the time --- ## Prepare the Environment +### Create a Cloud-init VM Template in Proxmox + +Check out my previous article on [Proxmox - Create a Cloud-Init VM Template]({{< relref "post/proxmox-cloud-init-vm-template" >}}). + ### Install Terraform For the Terraform installation, I followed the [documentation](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) to install it into my LXC container.