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

This commit is contained in:
MichaelFisher1997
2025-04-17 17:02:46 +01:00
parent c1c533f92d
commit 36cba568f2
3 changed files with 16 additions and 11 deletions

View File

@@ -74,11 +74,12 @@ variable "llama_vm_count" {
description = "How many Llama VMs to create"
}
variable "tailscale_key" {
variable "TS_AUTHKEY" {
type = string
description = "Tailscale auth key"
description = "Tailscale auth key used in cloud-init"
}
variable "ssh_key" {
type = string
description = "Public SSH key used by cloud-init"