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

This commit is contained in:
MichaelFisher1997
2025-04-18 11:26:17 +01:00
parent ba3fe8e7ff
commit 524bd92da4
5 changed files with 7 additions and 21 deletions

View File

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