Commit Graph

4 Commits

Author SHA1 Message Date
Khue Doan
21fac43e57 refactor: replace Terraform binary with OpenTofu
OpenTofu is a drop-in replacement for Terraform, so aside from changing
the binary, it only needs some minor adjustments.
2024-11-24 00:09:15 +07:00
Khue Doan
6def3d1ea7 ci: remove sops-pre-commit
All secrets are automatically generated and synced with External Secrets,
so there are (almost?) no cases where I have a Kubernetes Secret YAML on
disk. Additionally, k8s-at-home is deprecated.
2024-01-19 22:26:37 +07:00
Khue Doan
58a2d8f5cd ci: disable Terraform validate in pre-commit hook
Just run static checks in pre-commit, we have Terratest for validate
2022-10-09 16:05:31 +07:00
Khue Doan
214f635697 feat: add pre-commit hooks 2022-07-19 21:16:19 +07:00