From 897f9ebf061245629dbab77d7f28ba500c088abf Mon Sep 17 00:00:00 2001 From: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:32:20 +0100 Subject: [PATCH] fix(docs): correct custom example typo (#2485) Signed-off-by: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com> --- website/docs/language/settings/backends/s3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/s3.mdx b/website/docs/language/settings/backends/s3.mdx index 23217a23fd..516fbe24c4 100644 --- a/website/docs/language/settings/backends/s3.mdx +++ b/website/docs/language/settings/backends/s3.mdx @@ -199,7 +199,7 @@ The optional `endpoints` argument contains the following options: ```hcl terraform { backend "s3" { - endpoints { + endpoints = { dynamodb = "http://localhost:4569" s3 = "http://localhost:4572" }