We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ca17c commit ce1a957Copy full SHA for ce1a957
README.md
@@ -80,8 +80,8 @@ Inputs configure Terraform GitHub Actions to perform different actions.
80
81
Outputs are used to pass information to subsequent GitHub Actions steps.
82
83
-* `tf_actions_output` - The Terraform outputs in JSON format.
84
-* `tf_actions_plan_has_changes` - Whether or not the Terraform plan contained changes.
+* `tf_actions_output` - The Terraform outputs in (stringified) JSON format.
+* `tf_actions_plan_has_changes` - `'true'` if the Terraform plan contained changes, otherwise `'false'`.
85
* `tf_actions_plan_output` - The Terraform plan output.
86
87
## Secrets
0 commit comments