Refactor workflow file to include terraform validation and formatting checks

This commit is contained in:
2024-10-01 23:33:50 +02:00
parent 0fcb3596fe
commit ca8657857d
@@ -38,4 +38,6 @@ jobs:
run: |
cd terraform/iac
sectool exec terraform init
terraform validate
sectool exec terraform validate
sectool exec terraform fmt -check
sectool exec terraform plan