Skip to content

Commit

Permalink
docs: specify arg-refresh input for reliable plan-parity (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhar authored Mar 3, 2025
1 parent 66da5e3 commit 9f89f99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/examples/pr_merge_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
working-directory: path/to/${{ matrix.deployment }}
command: ${{ github.event_name == 'merge_group' && 'apply' || 'plan' }}
arg-lock: ${{ github.event_name == 'merge_group' }}
arg-refresh: ${{ github.event_name == 'merge_group' }}
arg-var-file: env/${{ matrix.deployment }}.tfvars
arg-workspace: ${{ matrix.deployment }}
plan-encrypt: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit 9f89f99

Please sign in to comment.