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" }