Gonçalo Rodrigues 07c2dc3ecb feat(infra): auto-generate Gitea admin password and runner token
- Replace var.gitea_admin_password with random_password (like Grafana)
- Replace var.gitea_runner_token with terraform_data bootstrapper that
  calls the Gitea admin API after first deploy and patches the secret
- Empty variables.tf — no manual secrets needed on terraform apply

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-20 15:43:10 +01:00

4 lines
202 B
HCL

# No manual secrets required — passwords are generated by random_password resources
# and stored in Terraform state. Runner token is fetched from the Gitea API
# automatically after the first deploy.