Update sample bucket names on s3.mdx

Bucket and key were inconsistent with the doc content
pull/36211/head
Edmundo Sanchez 1 year ago committed by Craig Wright
parent 7b2d7d0fb4
commit aae9281d76

@ -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"
}
}

Loading…
Cancel
Save