echo pwd before init

This commit is contained in:
sid palas
2021-05-27 16:32:06 -07:00
parent 00bde26962
commit 563bef8b73

View File

@@ -85,6 +85,7 @@ jobs:
if: github.event_name == 'push'
working-directory: 07-managing-multiple-environments/file-structure/global
run: |
echo $PWD
terraform init
terraform apply -auto-approve