File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
terraform/implementation/ecs Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ module "db" {
3535}
3636
3737module "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
You can’t perform that action at this time.
0 commit comments