mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: enable Terraform debug mode via deployment configuration (#8260)
This commit is contained in:
3
cli/testdata/coder_server_--help.golden
vendored
3
cli/testdata/coder_server_--help.golden
vendored
@ -74,6 +74,9 @@ Use a YAML configuration file when your server launch become unwieldy.
|
||||
Write out the current server config as YAML to stdout.
|
||||
|
||||
[1mIntrospection / Logging Options[0m
|
||||
--enable-terraform-debug-mode bool, $CODER_ENABLE_TERRAFORM_DEBUG_MODE (default: false)
|
||||
Allow administrators to enable Terraform debug output.
|
||||
|
||||
--log-human string, $CODER_LOGGING_HUMAN (default: /dev/stderr)
|
||||
Output human-readable logs to a given file.
|
||||
|
||||
|
3
cli/testdata/server-config.yaml.golden
vendored
3
cli/testdata/server-config.yaml.golden
vendored
@ -197,6 +197,9 @@ introspection:
|
||||
# Output Stackdriver compatible logs to a given file.
|
||||
# (default: <unset>, type: string)
|
||||
stackdriverPath: ""
|
||||
# Allow administrators to enable Terraform debug output.
|
||||
# (default: false, type: bool)
|
||||
enableTerraformDebugMode: false
|
||||
oauth2:
|
||||
github:
|
||||
# Client ID for Login with GitHub.
|
||||
|
Reference in New Issue
Block a user