stage #17

Merged
micqdf merged 11 commits from stage into master 2025-04-18 10:43:02 +00:00
Showing only changes of commit 724a433d5e - Show all commits

View File

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