Skip to content

Commit bbb0c06

Browse files
authored
Merge pull request #2747 from input-output-hk/djo/2704/increase-gcp-storage-default-max-age
chore(infra): double `google_storage_bucket_max_age` to 28
2 parents f98f9d2 + 3e2ad55 commit bbb0c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-infra/assets/infra.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.4.12
1+
0.4.13
22

mithril-infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ variable "google_storage_bucket_force_destroy" {
145145
variable "google_storage_bucket_max_age" {
146146
type = number
147147
description = "Number of days after which an object in the storage bucket expires"
148-
default = 14
148+
default = 28
149149
}
150150

151151
variable "google_storage_bucket_prefix_with_lifecyle_rule" {

0 commit comments

Comments
 (0)