terraform fmt
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 25s

This commit is contained in:
MichaelFisher1997 2025-04-17 20:03:28 +01:00
parent 507c102dad
commit 50ae59602c

View File

@ -0,0 +1,11 @@
#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=${TS_AUTHKEY}
- tailscale set --ssh