terraform fmt
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 31s

This commit is contained in:
MichaelFisher1997
2025-04-17 20:01:52 +01:00
parent ec07db08db
commit 507c102dad
2 changed files with 33 additions and 28 deletions

View File

@@ -2,6 +2,11 @@ variable "proxmox_password" {
type = string
}
variable "proxmox_ssh_private_key" {
type = string
description = "Unencrypted SSH private key used for root@flex upload"
}
variable "target_node" {
type = string
}