fix(docs): correct custom example typo (#2485)

Signed-off-by: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com>
This commit is contained in:
Thomas de Lachaux 2025-02-06 09:32:20 +01:00 committed by GitHub
parent b8c24e935d
commit 897f9ebf06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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