From 6dec58856e787f3341d159c928db4d930d7efccf Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 17 Apr 2025 20:36:10 +0100 Subject: [PATCH] terraform fmt --- terraform/files/cloud_init.yaml | 10 ---------- terraform/terraform.tfstate | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 terraform/files/cloud_init.yaml 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": {},