# Hearth Minimal Configuration # Copy to terraform.tfvars and update values domain = "git.example.com" letsencrypt_email = "admin@example.com" # EC2 Configuration instance_type = "t4g.small" volume_size = 20 # Admin access - restrict to your IP for security # Find your IP: curl -s ifconfig.me admin_cidr_blocks = ["YOUR_IP/32"] # e.g., ["1.2.3.4/32"] admin_ssh_port = 2222