Skip to content

Commit

Permalink
fix: terraform plan
Browse files Browse the repository at this point in the history
  • Loading branch information
shejri committed Sep 23, 2024
1 parent 2024901 commit 204501b
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 @@ -96,7 +96,7 @@ jobs:
GITHUB_OWNER: ${{ vars.GH_OWNER }}
run: |
if [[ "${{ github.event.inputs.module }}" == "all" ]]; then
terraform plan -out.main.tfplan
terraform plan -out main.tfplan
else
terraform plan -target=module.${{ github.event.inputs.module }} -out main.tfplan
fi
Expand Down

0 comments on commit 204501b

Please sign in to comment.