Skip to content

Commit

Permalink
Update sample bucket names on s3.mdx
Browse files Browse the repository at this point in the history
Bucket and key were inconsistent with the doc content
  • Loading branch information
Bass-03 authored and crw committed Dec 13, 2024
1 parent 7b2d7d0 commit aae9281
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 aae9281

Please sign in to comment.