From 724a433d5ef36c34d8c5c6952e095999ff0132f1 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Fri, 18 Apr 2025 10:56:54 +0100 Subject: [PATCH] terraform fmt --- terraform/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/variables.tf b/terraform/variables.tf index faacfdc..92a6b6f 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -79,3 +79,7 @@ variable "TS_AUTHKEY" { description = "Tailscale auth key used in cloud-init" } +variable "SSK_KEY_PUB" { + type = string + description = "My Public SSH key fo ssh auth list" +}