Refactor file paths in Terraform AWS IAC workflows
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Terraform IAC Apply
|
name: Terraform AWS IAC Apply
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
|
VAULT_MASTER_PASSWORD: ${{ secrets.VAULT_MASTER_PASSWORD }}
|
||||||
run: |
|
run: |
|
||||||
cd terraform/iac
|
cd terraform/aws-iac
|
||||||
sectool exec terraform init
|
sectool exec terraform init
|
||||||
sectool exec terraform validate
|
sectool exec terraform validate
|
||||||
sectool exec terraform fmt -check
|
sectool exec terraform fmt -check
|
||||||
|
|||||||
Reference in New Issue
Block a user