Auto-update blog content from Obsidian: 2025-05-27 06:52:54
All checks were successful
Deploy / Deploy (push) Successful in 4s

This commit is contained in:
Gitea Actions 2025-05-27 06:52:54 +00:00
parent 11219281d8
commit 5deac14d50

View File

@ -38,7 +38,11 @@ To use Terraform, youll need a provider, a plugin that lets Terraform interac
I chose the `bpg/proxmox` provider because its better maintained at the time of writing and I needed to retrieve nodes values, such as their hostname. I chose the `bpg/proxmox` provider because its better maintained at the time of writing and I needed to retrieve nodes values, such as their hostname.
--- ---
## Create a Dedicated Terraform User on Proxmox ## Prepare the Environment
### Install Terraform
### Create a Dedicated Terraform User on Proxmox
Before Terraform can interact with your Proxmox cluster, you want to create a dedicated user with limited privileges. You could use the `root@pam` but I wouldn't recommended it for security perspectives. Before Terraform can interact with your Proxmox cluster, you want to create a dedicated user with limited privileges. You could use the `root@pam` but I wouldn't recommended it for security perspectives.
@ -88,7 +92,7 @@ pveum user token add terraformer@pve terraform -expire 0 -privsep 0 -comment "Te
⚠️ Copy and save the token given! ⚠️ Copy and save the token given!
### Install SSH Keys on Proxmox Nodes
--- ---
## Deploy your First VM ## Deploy your First VM