From 7502a5625ffdd8db8e1807380226f4e3cbfbd0fe Mon Sep 17 00:00:00 2001 From: V2arK Date: Tue, 17 Sep 2024 12:43:08 -0400 Subject: [PATCH] Update pipeline/outputs/cloudwatch.md Co-authored-by: esmerel <6818907+esmerel@users.noreply.github.com> Signed-off-by: V2arK --- pipeline/outputs/cloudwatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/cloudwatch.md b/pipeline/outputs/cloudwatch.md index d68e942d..bfcd2ba2 100644 --- a/pipeline/outputs/cloudwatch.md +++ b/pipeline/outputs/cloudwatch.md @@ -65,7 +65,7 @@ In your main configuration file append the following _Output_ section: For an instance of Localstack running at `http://localhost:4566`, the following configuration needs to be added to the `[OUTPUT]` section: -``` +```text endpoint localhost port 4566 ```