Skip to content

Commit 5100cfe

Browse files
authored
docs(backend): fix s3 backend bucket name (#1984)
1 parent ec2e5d7 commit 5100cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Configure your backend as:
230230
```
231231
terraform {
232232
backend "s3" {
233-
bucket = "terraform_state"
233+
bucket = "terraform-state"
234234
key = "my_state.tfstate"
235235
region = "fr-par"
236236
endpoint = "https://s3.fr-par.scw.cloud"

0 commit comments

Comments
 (0)