Open gberche-orange opened 4 years ago
As a terraform-release user
You can export the following environment variables to enable detail debug logs. export CF_DEBUG=true export CF_TRACE=debug.log
No way to configure tf logs
Add a new property to declare additional enviromnent variables set before execution terraform binary
terraform.env_vars: description: map of environment variables to declare prior to execute the job example: - TF_LOG: trace - CF_DEBUG: true - CF_TRACE: true
Note that the following yaml block is valid against YAML specs
terraform.retry_on_failure_and_set_env_vars: description: map of environment variables to declare prior to retry a failed job execution example: - TF_LOG: trace - CF_DEBUG: true - CF_TRACE: true
expected behavior
As a terraform-release user
observed bevahior
No way to configure tf logs
Possible improvement
env var
Add a new property to declare additional enviromnent variables set before execution terraform binary
Note that the following yaml block is valid against YAML specs
retry on failure with verbose mode