Skip to content

Commit

Permalink
Add dummy subscription ID env var to silence missing argument error s…
Browse files Browse the repository at this point in the history
…ince azurerm v4
  • Loading branch information
wiebeck committed Aug 23, 2024
1 parent a94277a commit 4a01947
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Terraform validate
id: validate
if: ${{ !inputs.skip_validate && (success() || failure()) }}
env:
ARM_SUBSCRIPTION_ID: 0caa8408-f721-4bd2-8b21-e5cb6ac8891d # dummy subscription ID to silence missing argument error since azurerm v4
run: terraform validate -no-color

- name: Create job summary
Expand Down

0 comments on commit 4a01947

Please sign in to comment.