terraform fmt
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 55s

This commit is contained in:
MichaelFisher1997
2025-04-17 19:21:23 +01:00
parent 5a0f927532
commit ec07db08db
5 changed files with 10 additions and 8 deletions

View File

@@ -80,8 +80,8 @@ variable "TS_AUTHKEY" {
}
variable "ssh_key" {
variable "SSH_KEY" {
type = string
description = "Public SSH key used by cloud-init"
description = "Private SSH key used to upload cloud-init files to Proxmox"
}