Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit ac4f080

Browse files
committed
resolve issue where config forms were deleted due to lifecycle rules
Change-Id: Ic6fdbd89dc6786ea967e0e413138f9169aafb472
1 parent 33afca3 commit ac4f080

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

deployment/terraform/modules/webapp/cloud_storage.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ resource "google_storage_bucket" "webapp_form_config_bucket" {
1111
uniform_bucket_level_access = true
1212
force_destroy = true
1313
project = var.project_id
14-
lifecycle_rule {
15-
condition {
16-
age = 1
17-
}
18-
action {
19-
type = "Delete"
20-
}
21-
}
22-
2314
}
2415

2516
resource "google_storage_bucket" "webapp_upload_bucket" {

0 commit comments

Comments
 (0)