initial terraform commit

This commit is contained in:
2025-08-31 19:47:31 +00:00
parent c839890dea
commit 5b90471753
4 changed files with 70 additions and 0 deletions

5
variables.tf Normal file
View File

@@ -0,0 +1,5 @@
variable "proxmox_api_token" {
description = "API token for Proxmox"
type = string
sensitive = true
}