Skip to content

Commit ce10134

Browse files
fix(storage): fix the lifecycle storage sample
1 parent 9187deb commit ce10134

File tree

1 file changed

+3
-3
lines changed
  • storage/object_lifecycle_setting

1 file changed

+3
-3
lines changed

storage/object_lifecycle_setting/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ resource "random_id" "bucket_prefix" {
2020
}
2121

2222
resource "google_storage_bucket" "auto_expire" {
23-
provider = google-beta
24-
name = "${random_id.bucket_prefix.hex}-example-bucket"
25-
location = "US"
23+
provider = google-beta
24+
name = "${random_id.bucket_prefix.hex}-example-bucket"
25+
location = "US"
2626

2727
lifecycle_rule {
2828
condition {

0 commit comments

Comments
 (0)