fix: CORS proxy config, cloud-init variable expansion, contact-api nginx snippet

This commit is contained in:
Jezza Hehn 2026-04-13 22:23:18 +00:00
parent 9f7aa97f4e
commit aa295f494c

View file

@ -1,6 +1,3 @@
# terraform.tfvars.example
# Copy this to terraform.tfvars and fill in your values.
hcloud_token = "your-hetzner-api-token"
ssh_public_key = "ssh-ed25519 AAAA... your-key-here"
ssh_allowed_ips = ["0.0.0.0/0", "::/0"]
hcloud_token = "your-hetzner-api-token"
ssh_public_key = "ssh-ed25519 AAAA... your-key"
ssh_allowed_ips = ["YOUR_IP/32", "::/0"]