Skip to content

Commit

Permalink
Merge pull request #36220 from hashicorp/backport/patch-1/moderately-…
Browse files Browse the repository at this point in the history
…close-iguana

Backport of Update sample bucket names on s3.mdx into v1.10
  • Loading branch information
crw authored Dec 13, 2024
2 parents 9f434ad + 4fbdba2 commit 8ff4c8f
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 8ff4c8f

Please sign in to comment.