Backport[1.9] fix(docs): correct custom example typo (#2485) (#2487)

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