Refactor file paths in Terraform AWS IAC workflows

This commit is contained in:
2024-10-06 18:09:32 +02:00
parent 748b8ff7e2
commit 5c2ad78d13
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ jobs:
env:
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
run: |
cd terraform/iac
cd terraform/aws-iac
sectool exec terraform init
sectool exec terraform validate
sectool exec terraform fmt -check