diff --git a/terraform/files/cloud_init.yaml b/terraform/files/cloud_init.yaml deleted file mode 100644 index bfc7eb9..0000000 --- a/terraform/files/cloud_init.yaml +++ /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=${TS_AUTHKEY} - diff --git a/terraform/terraform.tfstate b/terraform/terraform.tfstate index 19d9355..06358c8 100644 --- a/terraform/terraform.tfstate +++ b/terraform/terraform.tfstate @@ -1,6 +1,6 @@ { "version": 4, - "terraform_version": "1.11.4", + "terraform_version": "1.8.3", "serial": 31, "lineage": "7a39dd41-1655-172c-950b-b8c5398caf69", "outputs": {},