mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix(docs): correct custom example typo (#2485)
Signed-off-by: Thomas de Lachaux <21559770+ThomasLachaux@users.noreply.github.com>
This commit is contained in:
parent
b8c24e935d
commit
897f9ebf06
@ -199,7 +199,7 @@ The optional `endpoints` argument contains the following options:
|
|||||||
```hcl
|
```hcl
|
||||||
terraform {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
endpoints {
|
endpoints = {
|
||||||
dynamodb = "http://localhost:4569"
|
dynamodb = "http://localhost:4569"
|
||||||
s3 = "http://localhost:4572"
|
s3 = "http://localhost:4572"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user