Skip to content

Commit f025f39

Browse files
committed
NRL-1486 Reduce initial storage to 2 days and infrequent access to 7
1 parent 3a71485 commit f025f39

File tree

1 file changed

+2
-2
lines changed
  • terraform/account-wide-infrastructure/modules/glue

1 file changed

+2
-2
lines changed

terraform/account-wide-infrastructure/modules/glue/locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ locals {
33
transition_storage = {
44
infrequent_access = {
55
storage_class = "STANDARD_IA"
6-
days = 150
6+
days = 2
77
}
88
glacier = {
99
storage_class = "GLACIER"
10-
days = 200
10+
days = 7
1111
}
1212
}
1313

0 commit comments

Comments
 (0)