Skip to content

Commit

Permalink
Update validate-iac-terraform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed Mar 12, 2024
1 parent 96b6944 commit ce64209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-iac-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
terraform init
terraform validate
working-directory: ${{ github.workspaces }}/IaC/Terraform/v1
working-directory: IaC/Terraform/v1

terraform-v2:
name: 'Validate Terraform - v2'
Expand All @@ -51,5 +51,5 @@ jobs:
run: |
terraform init
terraform validate
working-directory: ${{ github.workspaces }}/IaC/Terraform/v2
working-directory: IaC/Terraform/v2

0 comments on commit ce64209

Please sign in to comment.