Skip to content

Commit

Permalink
fix(modules/simple_storage): Set force destroy to false (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Felipe Valdivia Vivar <fvaldivia@zencored.dev>
  • Loading branch information
rekiemfaxaf and Felipe Valdivia Vivar authored Nov 9, 2023
1 parent 66857bf commit 11a7f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/simple_storage/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "google_storage_bucket" "auto-expire" {
name = var.bucket_name
location = "US"
force_destroy = true
force_destroy = false

public_access_prevention = "enforced"
}

0 comments on commit 11a7f90

Please sign in to comment.