Backport[1.7] fix(docs): correct custom example typo (#2485) (#2489)

Co-authored-by: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com>
This commit is contained in:
AbstractionFactory 2025-02-13 16:50:27 +01:00 committed by GitHub
parent 9f8dc53efd
commit ad6009d66f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,7 +200,7 @@ The optional `endpoints` argument contains the following options:
```hcl
terraform {
backend "s3" {
endpoints {
endpoints = {
dynamodb = "http://localhost:4569"
s3 = "http://localhost:4572"
}