mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
The secret-free Dependabot path stubbed every secret as "stub", which trips provider config validation: hcloud wants a 64-char token and Grafana wants fleet_management_auth as username:password. So the tofu plan check went red on every Dependabot PR and I'd merge past it after checking locally. Generate stubs that pass the format checks instead - 64 chars for tokens, stub:stub for *_auth keys. Verified locally: validate fails with the old stubs (both errors reproduced) and passes with these. |
||
|---|---|---|
| .. | ||
| _deploy-core.yml | ||
| deploy-on-merge.yml | ||
| deploy.yml | ||
| lint-ansible.yml | ||
| lint-docker-compose.yml | ||
| terraform.yml | ||
| validate-caddyfile.yml | ||
| validate-terraform.yml | ||