mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-12 22:01:15 +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'
|
if: github.event_name == 'push'
|
||||||
working-directory: 07-managing-multiple-environments/file-structure/global
|
working-directory: 07-managing-multiple-environments/file-structure/global
|
||||||
run: |
|
run: |
|
||||||
|
echo $PWD
|
||||||
terraform init
|
terraform init
|
||||||
terraform apply -auto-approve
|
terraform apply -auto-approve
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user