You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ jobs:
45
45
OUTPUT_FILE: outputs_file_name.json # not mandatory
46
46
PATH_TO_MOUNT: path/to/mount
47
47
LOCALEXEC_ENABLED: true # not mandatory
48
+
TF_LOG_PROVIDER: info # not mandatory
48
49
```
49
50
50
51
* * *
@@ -68,7 +69,8 @@ Field | Mandatory | Observation
68
69
**FEATURES_TERRAFORM_MODULES** | NO | List of external terraform modules allowed
69
70
**PATH_TO_MOUNT** | YES | Path provided to be used as a volume within the docker image that will be used with terraform
70
71
**OUTPUT_FILE** | NO | Filename where outputs will be saved (default value: `outputs.json`)
71
-
**LOCALEXEC_ENABLED** | NO | whether or not terraform will be enable to perform local exec operations or not (default: `false`)
72
+
**LOCALEXEC_ENABLED** | NO | Whether or not terraform will be enable to perform local exec operations or not (default: `false`)
73
+
**TF_LOG_PROVIDER** | NO | If there is a need to check Terraform's own log, it is now possible to pass the levels of the Terraform provider, allowing you to analyze what happens within Terraform's CLI (info, trace, debug and warn).
0 commit comments