Skip to content

Commit

Permalink
update readme with new input parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Sep 8, 2024
1 parent efd6752 commit bfb54fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ In order to locally decrypt the TF plan file, use the following command (noting
| `encrypt_passphrase`</br>Example: `${{ secrets.KEY }}` | String passphrase to encrypt the TF plan file. |
| `fmt_enable`</br>Default: `true` | Boolean flag to enable TF fmt command and display diff of changes. |
| `label_pr`</br>Default: `true` | Boolean flag to add PR label of TF command to run. |
| `plan_parity`</br>Default: `false` | Boolean flag to compare previous TF plan file with current plan before applying in a queue. |
| `tf_tool`</br>Default: `terraform` | String name of the TF tool to use and override default assumption from wrapper environment variable. |
| `tf_version`</br>Example: `~>` 1.8.0 | String version constraint of the TF tool to install and use. |
| `update_comment`</br>Default: `false` | Boolean flag to update existing PR comment instead of creating a new comment and deleting the old one. |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: false
default: "true"
plan_parity:
description: Boolean flag to compare previous TF plan file with current plan before applying.
description: Boolean flag to compare previous TF plan file with current plan before applying in a queue.
required: false
default: "false"
encrypt_passphrase:
Expand Down

0 comments on commit bfb54fb

Please sign in to comment.