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

@@ -7,6 +7,7 @@ data "template_file" "cloud_init_global" {
hostname = "generic"
domain = "home.arpa"
TS_AUTHKEY = var.TS_AUTHKEY
SSH_KEY_PUBLIC = var.SSH_KEY_PUBLIC
}
}