We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
google_storage_bucket_max_age
1 parent f98f9d2 commit 3e2ad55Copy full SHA for 3e2ad55
mithril-infra/assets/infra.version
@@ -1,2 +1,2 @@
1
-0.4.12
+0.4.13
2
mithril-infra/variables.tf
@@ -145,7 +145,7 @@ variable "google_storage_bucket_force_destroy" {
145
variable "google_storage_bucket_max_age" {
146
type = number
147
description = "Number of days after which an object in the storage bucket expires"
148
- default = 14
+ default = 28
149
}
150
151
variable "google_storage_bucket_prefix_with_lifecyle_rule" {
0 commit comments