# Scaleway Forgejo Instance Configuration # Copy this file to terraform.tfvars and update with your values: # cp terraform.tfvars.example terraform.tfvars # Instance type (DEV1-M = 4GB RAM, DEV1-L = 8GB RAM) instance_type = "DEV1-M" # Your SSH public key (contents of your ~/.ssh/id_ed25519.pub or similar) # ssh_public_key = "ssh-ed25519 AAAA... your-email@example.com" # Your domain name for Forgejo # domain_name = "git.example.com"