From 27060e86de80f8487db1f50cdef5d8a10d98745d Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:38:17 -0400 Subject: [PATCH] backport of commit a488ef809d8e70e257a0064fa1edc8fe0d810f09 (#5857) Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> --- website/content/docs/api-clients/client-agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-clients/client-agent.mdx b/website/content/docs/api-clients/client-agent.mdx index 7ab4fb7366..2ad5aaf8bd 100644 --- a/website/content/docs/api-clients/client-agent.mdx +++ b/website/content/docs/api-clients/client-agent.mdx @@ -132,7 +132,7 @@ The configuration file contains the following fields: Example: ```hcl - interface_to_use=en1 + interface_to_use="en1" ``` - `log_file` - Specifies where to write the Boundary Client Agent log file to.