Skip to content

Commit 0b9000c

Browse files
authored
Allow ephemeral GCS bucket (#67)
1 parent 44b7723 commit 0b9000c

File tree

1 file changed

+2
-0
lines changed
  • deployment/modules/gcp/storage

1 file changed

+2
-0
lines changed

deployment/modules/gcp/storage/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ resource "google_storage_bucket" "log_bucket" {
3535
location = var.location
3636
storage_class = "STANDARD"
3737
uniform_bucket_level_access = true
38+
39+
force_destroy = var.ephemeral
3840
}
3941

4042
# Spanner

0 commit comments

Comments
 (0)