Skip to content

Commit 66da5e3

Browse files
authored
docs: clarify plan-parity (#427)
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent 9763e7d commit 66da5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ For each workflow run, a matrix-friendly job summary with logs is added as a fal
181181

182182
1. Both `command: plan` and `command: apply` include: `init`, `fmt` (with `format: true`), `validate` (with `validate: true`), and `workspace` (with `arg-workspace`) commands rolled into it automatically.</br>
183183
To separately run checks and/or generate outputs only, `command: init` can be used.</br></br>
184-
1. For `merge_group` event trigger, `plan-parity: true` inputs helps to prevent stale apply within the merge queue of workflow runs.</br></br>
184+
1. Originally intended for `merge_group` event trigger, `plan-parity: true` inputs helps to prevent stale apply within a serial queue of workflow runs when merging multiple PRs.</br></br>
185185
1. The secret string input for `plan-encrypt` can be of any length, as long as it's consistent between encryption (plan) and decryption (apply).</br></br>
186186
1. The `on-change` option is true when the exit code of the last TF command is non-zero.</br></br>
187187
1. The default behavior of `comment-method` is to update the existing PR comment with the latest plan/apply output, making it easy to track changes over time through the comment's revision history.</br></br>

0 commit comments

Comments
 (0)