Files
Sankofa/cloudflare/terraform/terraform.tfvars.example

14 lines
530 B
Plaintext
Raw Normal View History

# Copy this file to terraform.tfvars and fill in your values
# terraform.tfvars should be in .gitignore
cloudflare_api_token = "your-cloudflare-api-token"
zone_id = "your-zone-id"
account_id = "your-account-id"
# Generate secrets with: openssl rand -base64 32
tunnel_secret_control_plane = "your-control-plane-tunnel-secret"
tunnel_secret_site_1 = "your-site-1-tunnel-secret"
tunnel_secret_site_2 = "your-site-2-tunnel-secret"
tunnel_secret_site_3 = "your-site-3-tunnel-secret"