mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-10 04:41:14 +00:00
echo pwd before init
This commit is contained in:
1
.github/workflows/terraform.yml
vendored
1
.github/workflows/terraform.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user