From a0a91e9a3f277b3e01b6b8551d4059e6da0062e6 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 17 Apr 2025 16:46:52 +0100 Subject: [PATCH] terraform apply --- terraform/files/test1.cloud_config | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 terraform/files/test1.cloud_config diff --git a/terraform/files/test1.cloud_config b/terraform/files/test1.cloud_config deleted file mode 100644 index 627001e..0000000 --- a/terraform/files/test1.cloud_config +++ /dev/null @@ -1,10 +0,0 @@ -#cloud-config -hostname: ${hostname} -fqdn: ${hostname}.${domain} -ssh_authorized_keys: - - ${ssh_key} - -runcmd: - - curl -fsSL https://tailscale.com/install.sh | sh - - tailscale up --auth-key=tskey-auth-ke8BDtrMCX11CNTRL-XJwWyB5o2cSGGRqKxDgJcSt4cstc5RWH -