terraform fmt

This commit is contained in:
MichaelFisher1997
2025-04-17 16:54:21 +01:00
parent 72f0080660
commit c430a206c3
2 changed files with 7 additions and 4 deletions

View File

@@ -79,3 +79,8 @@ variable "tailscale_key" {
description = "Tailscale auth key"
}
variable "ssh_key" {
type = string
description = "Public SSH key used by cloud-init"
}