This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user