You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): simplify workflow to format and validate only (#152)
* fix(ci): simplify workflow to format and validate only
Remove security scan, lint, and example validation jobs.
Keep only terraform fmt check and validate on root module.
This eliminates CI failures caused by examples referencing demo files
(like certificate.pem) that don't exist in the repository.
Fixes Renovate PR failures.
* style: format Terraform files
* fix(ci): update Terraform version and fix pre-commit issues
- Pin Terraform version to 1.11.0 in both test.yml and pre-commit.yml
- Skip detect-aws-credentials hook in CI (false positives)
- Add missing final newlines to data.tf and examples/complete/main.tf
* fix(ci): skip terraform_validate in pre-commit CI
0 commit comments