feat: Added terraform config... just a basic one at first

This commit is contained in:
2026-07-09 21:55:50 +01:00
parent 5486716981
commit 3bfa0e6f32
33 changed files with 1235 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
# Copy to terraform.tfvars and fill in - terraform.tfvars itself is gitignored,
# never commit real values there.
#
# The Hetzner API token is NOT set here: export it as HCLOUD_TOKEN in your shell
# before running tofu plan/apply.
# Name of an SSH key already uploaded to your Hetzner Cloud project
# (Console > Security > SSH Keys). Required.
ssh_key_name = "your-key-name"
# Optional overrides - defaults live in variables.tf
# location = "nbg1"
# dev_server_type = "cx22"
# prod_server_type = "cx32"
# vpn_server_type = "cx22"
# dev_volume_size = 50
# prod_volume_size = 50
# allowed_ssh_source_ips = ["203.0.113.4/32"]