Skip to content

Commit

Permalink
Merge pull request #4 from a-company-jp/fix-gcs-public-image-unform-a…
Browse files Browse the repository at this point in the history
…ccess

GCS: diable uniform_bucket_level_access
  • Loading branch information
Shion1305 authored Apr 13, 2024
2 parents b6c69a7 + bdfc95b commit fcef837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/dev/gcs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "google_storage_bucket" "public_image_bucket" {
# https://cloud.google.com/storage/docs/locations
force_destroy = false

uniform_bucket_level_access = true
uniform_bucket_level_access = false

cors {
origin = [""]
Expand Down

0 comments on commit fcef837

Please sign in to comment.