Refactor workflow file to include terraform validation and formatting checks
This commit is contained in:
@@ -38,4 +38,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd terraform/iac
|
cd terraform/iac
|
||||||
sectool exec terraform init
|
sectool exec terraform init
|
||||||
terraform validate
|
sectool exec terraform validate
|
||||||
|
sectool exec terraform fmt -check
|
||||||
|
sectool exec terraform plan
|
||||||
|
|||||||
Reference in New Issue
Block a user