From b2cb0865055418f6228e98b934fd4597c8a1901f Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Wed, 28 May 2025 05:44:16 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-28 05:44:16 --- content/post/terraform-create-vm-proxmox.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/post/terraform-create-vm-proxmox.md b/content/post/terraform-create-vm-proxmox.md index 97f1e64..cd41451 100644 --- a/content/post/terraform-create-vm-proxmox.md +++ b/content/post/terraform-create-vm-proxmox.md @@ -117,7 +117,7 @@ pveum aclmod / -user terraformer@pve -role TerraformUser pveum user token add terraformer@pve terraform -expire 0 -privsep 0 -comment "Terraform token" ``` -⚠️ Copy and save the token given! +⚠️ **Copy** and save **the** token given! ### Install SSH Keys on your Proxmox Nodes @@ -619,7 +619,8 @@ Outputs: vm_ip = "192.168.66.156" ``` -We've done it! We create our first VM on Proxmox using Terraform! +We've done it! We create our first VM on Proxmox using Terraform in a couple a minutes + ![Summary of the newly created VM on Proxmox](img/proxmox-terraform-new-vm.png) ### SSH Connection