We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a425e commit 7612050Copy full SHA for 7612050
solutions/fully-configurable/variables.tf
@@ -226,7 +226,7 @@ variable "cloud_logs_ingress_port" {
226
}
227
228
variable "enable_multiline" {
229
- description = "Enable or disable multiline log support"
+ description = "Enable or disable multiline log support. [Learn more](https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-agent-multiline)"
230
type = bool
231
default = false
232
0 commit comments