Backport[1.8] fix(docs): correct custom example typo (#2485) (#2488)

Co-authored-by: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com>
This commit is contained in:
AbstractionFactory 2025-02-13 16:50:16 +01:00 committed by GitHub
parent f3df925e0d
commit 5f55de518e
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"
}