Skip to content

Commit 6331ab7

Browse files
gsboueguiagsboueguia
authored andcommitted
ended
1 parent 2a9699b commit 6331ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locals.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ locals {
1616
tags = merge({ for k, v in local.defaulted_tags : k => v if lookup(data.aws_default_tags.common_tags.tags, k, "") != v })
1717
# Default retention values per environment
1818
default_retention_values = {
19-
sharedtools = 10
19+
sharedtools = 5
2020
dev = 10
2121
qa = 15
2222
staging = 20
23-
prod = 40
23+
prod = 35
2424
}
2525

2626
# Calculate the effective number of images to retain

0 commit comments

Comments
 (0)