-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
area/iacAny changes to Infrastructure as CodeAny changes to Infrastructure as Codedeps/github-actionsGitHub Actions dependencyGitHub Actions dependencytype/taskA task that needs to be doneA task that needs to be done
Description
📝 Description
Ensure Terraform code quality by adding automated testing:
- Run
terraform fmt -check
for formatting validation - Execute
terraform validate
for configuration validation - Run Terraform test files (*.tftest.hcl) in CI pipeline
- Implement terraform plan with cost estimation where possible
- Add security scanning for Terraform configurations (e.g., tfsec or checkov)
🔰 Code of Conduct
- I agree to follow this project's Code of Conduct.
Metadata
Metadata
Assignees
Labels
area/iacAny changes to Infrastructure as CodeAny changes to Infrastructure as Codedeps/github-actionsGitHub Actions dependencyGitHub Actions dependencytype/taskA task that needs to be doneA task that needs to be done