From 74b2fb81753e01d9e3889bed685f1f5d479cd5a9 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 17 Apr 2025 20:17:29 +0100 Subject: [PATCH] terraform fmt --- terraform/files/cloud_init_base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/terraform/files/cloud_init_base.yaml b/terraform/files/cloud_init_base.yaml index 2df9bd8..a4d9277 100644 --- a/terraform/files/cloud_init_base.yaml +++ b/terraform/files/cloud_init_base.yaml @@ -1,8 +1,6 @@ #cloud-config hostname: ${hostname} fqdn: ${hostname}.${domain} -ssh_authorized_keys: - - ${ssh_key} runcmd: - curl -fsSL https://tailscale.com/install.sh | sh