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