Skip to content

Commit 37fa1e1

Browse files
fix(storage): fix the lifecycle storage sample
1 parent fa19511 commit 37fa1e1

File tree

1 file changed

+0
-1
lines changed
  • storage/object_lifecycle_setting

1 file changed

+0
-1
lines changed

storage/object_lifecycle_setting/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ resource "google_storage_bucket" "auto_expire" {
2323
provider = google-beta
2424
name = "${random_id.bucket_prefix.hex}-example-bucket"
2525
location = "US"
26-
uniform_bucket_level_access = true
2726

2827
lifecycle_rule {
2928
condition {

0 commit comments

Comments
 (0)