Skip to content

Commit 7612050

Browse files
Update solutions/fully-configurable/variables.tf
Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 87a425e commit 7612050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ variable "cloud_logs_ingress_port" {
226226
}
227227
}
228228
variable "enable_multiline" {
229-
description = "Enable or disable multiline log support"
229+
description = "Enable or disable multiline log support. [Learn more](https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-agent-multiline)"
230230
type = bool
231231
default = false
232232
}

0 commit comments

Comments
 (0)