Skip to content

Commit d930aca

Browse files
authored
docs: wording (#296)
Signed-off-by: Rishav Dhar <19497993+rdhar@users.noreply.github.com>
1 parent 1c8999f commit d930aca

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
@@ -123,7 +123,7 @@ In order to locally decrypt the TF plan file, use the following command (noting
123123
| `plan_parity`</br>Default: `false` | Boolean flag to compare the TF plan file with a newly-generated one to prevent stale apply. |
124124
| `tenv_version`</br>Example: `v3.1.0` | String version tag of the tenv tool to install and use. |
125125
| `tf_tool`</br>Default: `terraform` | String name of the TF tool to use and override default assumption from wrapper environment variable. |
126-
| `tf_version`</br>Example: `~>` 1.8.0 | String version constraint of the TF tool to install and use. |
126+
| `tf_version`</br>Example: `~> 1.8.0` | String version constraint of the TF tool to install and use. |
127127
| `update_comment`</br>Default: `false` | Boolean flag to update existing PR comment instead of creating a new comment and deleting the old one. |
128128
| `validate_enable`</br>Default: `false` | Boolean flag to enable TF validate command check. |
129129

0 commit comments

Comments
 (0)