Skip to content

Commit

Permalink
Merge pull request #36211 from Bass-03/patch-1
Browse files Browse the repository at this point in the history
Update sample bucket names on s3.mdx
  • Loading branch information
crw authored Dec 13, 2024
2 parents 7b2d7d0 + aae9281 commit 018515a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/language/backend/s3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ on the S3 bucket to allow for state recovery in the case of accidental deletions
```hcl
terraform {
backend "s3" {
bucket = "example-bucket"
key = "path/to/state"
bucket = "mybucket"
key = "path/to/my/key"
region = "us-east-1"
}
}
Expand Down

0 comments on commit 018515a

Please sign in to comment.