terraform fmt

This commit is contained in:
MichaelFisher1997 2025-04-18 10:56:54 +01:00
parent bfbf0680e2
commit 724a433d5e

View File

@ -79,3 +79,7 @@ variable "TS_AUTHKEY" {
description = "Tailscale auth key used in cloud-init"
}
variable "SSK_KEY_PUB" {
type = string
description = "My Public SSH key fo ssh auth list"
}