initial commit

This commit is contained in:
DeveloperDurp 2026-01-31 06:17:02 -06:00
commit 144c32726a
16 changed files with 984 additions and 0 deletions

14
dmz/variables.tf Normal file
View file

@ -0,0 +1,14 @@
variable "pm_api_url" {
description = "API URL to Proxmox provider"
type = string
}
variable "pm_password" {
description = "Passowrd to Proxmox provider"
type = string
}
variable "pm_user" {
description = "UIsername to Proxmox provider"
type = string
}