- 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>
4 lines
202 B
HCL
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.
|