From 7227782d4ffa58f1ff999fd92821d4b4678b3fee Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 17 Apr 2025 20:38:13 +0100 Subject: [PATCH] terraform fmt --- terraform/files/cloud_init.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 terraform/files/cloud_init.yaml diff --git a/terraform/files/cloud_init.yaml b/terraform/files/cloud_init.yaml new file mode 100644 index 0000000..a4d9277 --- /dev/null +++ b/terraform/files/cloud_init.yaml @@ -0,0 +1,9 @@ +#cloud-config +hostname: ${hostname} +fqdn: ${hostname}.${domain} + +runcmd: + - curl -fsSL https://tailscale.com/install.sh | sh + - tailscale up --auth-key=${TS_AUTHKEY} + - tailscale set --ssh +