Skip to content

Commit b95b987

Browse files
committed
refactor(terraform): update ECR viewer module to latest commit
1 parent f5a7338 commit b95b987

File tree

1 file changed

+7
-1
lines changed
  • terraform/implementation/ecs

1 file changed

+7
-1
lines changed

terraform/implementation/ecs/main.tf

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "db" {
3535
}
3636

3737
module "ecs" {
38-
source = "git::https://github.com/CDCgov/terraform-aws-dibbs-ecr-viewer.git?ref=588457a2beaa1371c1e5f01c9ece9bf83d937b00"
38+
source = "git::https://github.com/CDCgov/terraform-aws-dibbs-ecr-viewer.git?ref=d5981b48695611abb1f8b006290353b6ad8f5fec"
3939

4040
public_subnet_ids = flatten(module.vpc.public_subnets)
4141
private_subnet_ids = flatten(module.vpc.private_subnets)
@@ -61,6 +61,12 @@ module "ecs" {
6161
# To disable autoscaling, set enable_autoscaling to false (default is true when not set)
6262
enable_autoscaling = true
6363

64+
enable_alb_deletion_protection = false
65+
66+
cw_retention_in_days = 14
67+
ecr_viewer_object_retention_days = 14
68+
logging_object_retention_days = 14
69+
6470
# If the intent is to enable alb deletion protection, set false (default is true when not set)
6571
# enable_alb_deletion_protection = false
6672

0 commit comments

Comments
 (0)