Skip to content

Commit

Permalink
List files before conducting terraform command
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Koch authored and Patrick Koch committed Sep 18, 2023
1 parent e4cc7a5 commit 6ccabfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/destroy-aks-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Conduct Terraform init
run: |
cd iac_terraform_azure/aks/linux/github-actions-demo
ls -l
terraform init
- name: Conduct Terraform validate
run: |
Expand Down

0 comments on commit 6ccabfe

Please sign in to comment.