diff --git a/README.md b/README.md index 5f14610..8663ca2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +

+ + build + + + coverage + +

# terraform-boot A spring-boot-based project which aims to provide a RESTful API for Terraform CLI. @@ -44,5 +52,5 @@ The below property names can be changed in the following ways |---------------------------------|---------------------------------|--------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------| | terraform_binary_path | TERRAFORM_BINARY_PATH | Terraform available on syspath | The path to the terraform binary | | terraform.root.module.directory | TERRAFORM.ROOT.MODULE.DIRECTORY | /tmp on Linux
\AppData\Local\Temp on Windows | The path to the parent directory where all terraform module directories will be stored at as subdirs | -| log.terraform.stdout.stderr | lLOG_TERRAFORM_STDOUT_STDERR | true | Controls if the command execution output must be logged. If disabled, the output is only returned in the API response | +| 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 | | terraform.log.level | TERRAFORM_LOG_LEVEL | INFO | Controls the log level of the terraform binary. Allowed values are INFO, DEBUG, TRACE, WARN and ERROR | | \ No newline at end of file