Skip to content

Commit 018515a

Browse files
authored
Merge pull request #36211 from Bass-03/patch-1
Update sample bucket names on s3.mdx
2 parents 7b2d7d0 + aae9281 commit 018515a

File tree

1 file changed

+2
-2
lines changed
  • website/docs/language/backend

1 file changed

+2
-2
lines changed

website/docs/language/backend/s3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on the S3 bucket to allow for state recovery in the case of accidental deletions
1919
```hcl
2020
terraform {
2121
backend "s3" {
22-
bucket = "example-bucket"
23-
key = "path/to/state"
22+
bucket = "mybucket"
23+
key = "path/to/my/key"
2424
region = "us-east-1"
2525
}
2626
}

0 commit comments

Comments
 (0)