Add terraform for infra

This commit is contained in:
2025-02-13 06:06:23 -06:00
parent dade7fd152
commit 53c4949927
8 changed files with 397 additions and 0 deletions

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
}