From 547e9b6bc13ea71431b8c84ae1689abad4cb6788 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 15 Nov 2025 11:54:13 -0800 Subject: drop terraform/terranix --- terraform/admin/variables.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 terraform/admin/variables.nix (limited to 'terraform/admin/variables.nix') diff --git a/terraform/admin/variables.nix b/terraform/admin/variables.nix deleted file mode 100644 index 0c795dd..0000000 --- a/terraform/admin/variables.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - variable = { - gcp_region = { - description = "GCP region"; - type = "string"; - default = "us-west1"; - }; - gcp_project = { - description = "GCP project"; - type = "string"; - default = "fcuny-infra"; - }; - cloudflare_zone_id = { - description = "cloudflare zone ID"; - type = "string"; - default = "6878e48b5cb81c7d789040632153719d"; - }; - digitalocean_region = { - description = "DigitalOcean region"; - type = "string"; - default = "SFO3"; - }; - digitalocean_public_key = { - description = "SSH public key"; - type = "string"; - default = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINBkozy+X96u5ciX766bJ/AyQ3xm1tXZTIr5+4PVFZFi"; - }; - }; -} -- cgit v1.2.3