Skip to content

Commit

Permalink
fix: pipeline argument
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 23, 2024
1 parent cb78139 commit 8204991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_PAT_TOKEN }}
GITHUB_OWNER: ${{ vars.GH_OWNER }}
run: |
if [${{ github.event.inputs.module }} == "all"]; then
if [${{ github.event.inputs.module }} == all]; then
terraform plan -out.main.tfplan
else
terraform plan -target=module.${{ github.event.inputs.module }} -out main.tfplan
Expand Down

0 comments on commit 8204991

Please sign in to comment.