PoC OpenTofu configuration works

This commit is contained in:
2026-06-09 09:39:23 +02:00
parent edede0b568
commit 8990d34565
6 changed files with 144 additions and 0 deletions

View File

@@ -1,4 +1,14 @@
provider "proxmox" {
endpoint = "https://prox-console.tail1ad20b.ts.net/"
# api_token read from PROXMOX_VE_API_TOKEN
ssh {
agent = true
username = "root"
node {
name = "pve"
address = "pve.tail1ad20b.ts.net"
}
}
}