File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ In order to locally decrypt the TF plan file, use the following command (noting
123
123
| `plan_parity`</br>Default : ` false` | Boolean flag to compare the TF plan file with a newly-generated one to prevent stale apply. |
124
124
| `tenv_version`</br>Example : ` v3.1.0` | String version tag of the tenv tool to install and use. |
125
125
| `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. |
127
127
| `update_comment`</br>Default : ` false` | Boolean flag to update existing PR comment instead of creating a new comment and deleting the old one. |
128
128
| `validate_enable`</br>Default : ` false` | Boolean flag to enable TF validate command check. |
129
129
You can’t perform that action at this time.
0 commit comments