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
| terraform_binary_path | TERRAFORM_BINARY_PATH | Terraform available on syspath | The path to the terraform binary|
79
-
| terraform.root.module.directory | TERRAFORM_ROOT_MODULE_DIRECTORY | /tmp on Linux<br/>\AppData\Local\Temp on Windows | The path to the parent directory where all terraform module directories will be stored at as subdirs|
80
-
| log.terraform.stdout.stderr | LOG_TERRAFORM_STDOUT_STDERR | true | Controls if the command execution output must be logged. If disabled, the output is only returned in the API response|
81
-
| terraform.log.level | TERRAFORM_LOG_LEVEL | INFO | Controls the log level of the terraform binary. Allowed values are INFO, DEBUG, TRACE, WARN and ERROR|
82
-
| authorization.token.type | AUTHORIZATION_TOKEN_TYPE | JWT | Authorization server authentication Type, allowed values: OpaqueToken or JWT|
83
-
| authorization.server.endpoint | AUTHORIZATION_SERVER_ENDPOINT || The endpoint value of the authorization server|
84
-
| authorization.api.client.id | AUTHORIZATION_API_CLIENT_ID || The ID value of the authorization server API client|
85
-
| authorization.api.client.secret | AUTHORIZATION_API_CLIENT_SECRET || The secret value of the authorization server API client|
86
-
| authorization.swagger.ui.client.id | AUTHORIZATION_SWAGGER_UI_CLIENT_ID || The ID value of the authorization server swagger-ui client|
87
-
| otel.exporter.otlp.endpoint | OTEL_EXPORTER_OTLP_ENDPOINT |http://localhost:4317| URL of the OTEL collector|
88
-
| clean.workspace.after.deployment.enabled | CLEAN_WORKSPACE_AFTER_DEPLOYMENT_ENABLED | true | Whether to clean up the workspace after deployment is done,allowed values: true or false. Default value is true|
89
-
|terraformboot.webhook.request.signing.enabled |TERRAFORMBOOT_WEBHOOK_REQUEST_SIGNING_ENABLED| true | Whether to sign webhook requests initiated from terraform-boot. The values must be agreed with the consumer application. Default value is true |
76
+
| property name | environment variable | default value | description |
| terraform_binary_path | TERRAFORM_BINARY_PATH | Terraform available on syspath | The path to the terraform binary |
79
+
| terraform.root.module.directory | TERRAFORM_ROOT_MODULE_DIRECTORY | /tmp on Linux<br/>\AppData\Local\Temp on Windows | The path to the parent directory where all terraform module directories will be stored at as subdirs |
80
+
| log.terraform.stdout.stderr | LOG_TERRAFORM_STDOUT_STDERR | true | Controls if the command execution output must be logged. If disabled, the output is only returned in the API response |
81
+
| terraform.log.level | TERRAFORM_LOG_LEVEL | INFO | Controls the log level of the terraform binary. Allowed values are INFO, DEBUG, TRACE, WARN and ERROR |
82
+
| authorization.token.type | AUTHORIZATION_TOKEN_TYPE | JWT | Authorization server authentication Type, allowed values: OpaqueToken or JWT |
83
+
| authorization.server.endpoint | AUTHORIZATION_SERVER_ENDPOINT || The endpoint value of the authorization server |
84
+
| authorization.api.client.id | AUTHORIZATION_API_CLIENT_ID || The ID value of the authorization server API client |
85
+
| authorization.api.client.secret | AUTHORIZATION_API_CLIENT_SECRET || The secret value of the authorization server API client |
86
+
| authorization.swagger.ui.client.id | AUTHORIZATION_SWAGGER_UI_CLIENT_ID || The ID value of the authorization server swagger-ui client |
87
+
| otel.exporter.otlp.endpoint | OTEL_EXPORTER_OTLP_ENDPOINT |http://localhost:4317| URL of the OTEL collector |
88
+
| clean.workspace.after.deployment.enabled | CLEAN_WORKSPACE_AFTER_DEPLOYMENT_ENABLED | true | Whether to clean up the workspace after deployment is done,allowed values: true or false. Default value is true |
89
+
|terra.boot.webhook.request.signing.enabled |TERRA_BOOT_WEBHOOK_REQUEST_SIGNING_ENABLED| true | Whether to sign webhook requests initiated from terra-boot. The values must be agreed with the consumer application. Default value is true|
90
90
91
91
92
92
@@ -110,7 +110,7 @@ Use the spring boot's dev profile to use default values that are just for non-pr
0 commit comments