Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Rename bucket_policy_only -> uniform_bucket_level_access (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Sep 9, 2020
1 parent 07445d3 commit f515b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/build.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ resource "google_storage_bucket" "cloudbuild-cache" {
name = "${var.project}-cloudbuild-cache"
location = var.storage_location

force_destroy = true
bucket_policy_only = true
force_destroy = true
uniform_bucket_level_access = true

// Automatically expire cached objects after 14 days.
lifecycle_rule {
Expand Down

0 comments on commit f515b85

Please sign in to comment.