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

This commit is contained in:
MichaelFisher1997
2025-04-18 11:01:55 +01:00
parent 724a433d5e
commit ba3fe8e7ff
3 changed files with 5 additions and 5 deletions

View File

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