We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9817c2f commit 716a764Copy full SHA for 716a764
tf/bucket/main.tf
@@ -31,6 +31,7 @@ resource "google_storage_bucket" "main" {
31
location = var.location
32
33
force_destroy = var.force_destroy
34
+ public_access_prevention = "enforced"
35
uniform_bucket_level_access = true
36
37
dynamic "retention_policy" {
0 commit comments