We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa19511 commit 37fa1e1Copy full SHA for 37fa1e1
storage/object_lifecycle_setting/main.tf
@@ -23,7 +23,6 @@ resource "google_storage_bucket" "auto_expire" {
23
provider = google-beta
24
name = "${random_id.bucket_prefix.hex}-example-bucket"
25
location = "US"
26
- uniform_bucket_level_access = true
27
28
lifecycle_rule {
29
condition {
0 commit comments