Skip to content

Commit

Permalink
Merge pull request #23273 from hashicorp/d-upgrade-guide-revise2
Browse files Browse the repository at this point in the history
Fix v4 upgrade guide
  • Loading branch information
YakDriver authored Feb 18, 2022
2 parents b894cb5 + 9c541d8 commit 86a3996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/guides/version-4-upgrade.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ For example, given this previous configuration:

```terraform
resource "aws_s3_bucket" "example" {
bucket = "my-example-bucket"
bucket = "yournamehere"
lifecycle_rule {
id = "Keep previous version 30 days, then in Glacier another 60"
Expand Down Expand Up @@ -597,7 +597,7 @@ For example, given this configuration:

```terraform
resource "aws_s3_bucket" "example" {
bucket = "my-example-bucket"
bucket = "yournamehere"
lifecycle_rule {
id = "log-expiration"
Expand Down

0 comments on commit 86a3996

Please sign in to comment.