Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ module "ecs" {
# If intent is to pull from the dibbs-ecr-viewer GHCR, set disable_ecr to true (default is false when not set)
disable_ecr = false

enable_enhanced_ecr_registry_scanning = true

# If the intent is to make the ecr-viewer available on the public internet, set internal to false (default is true when not set)
# This requires an internet gateway to be present in the VPC.
internal = var.internal
Expand All @@ -64,7 +66,9 @@ module "ecs" {
enable_alb_deletion_protection = false

cw_retention_in_days = 14

ecr_viewer_object_retention_days = 14

logging_object_retention_days = 14

# If the intent is to enable alb deletion protection, set false (default is true when not set)
Expand Down
Loading