Skip to content

Commit 1b9ae8e

Browse files
updated json and tf for destroy
1 parent 77beb77 commit 1b9ae8e

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/image-ids.json

300 Bytes
Binary file not shown.

terraform/modules/ecr/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ locals {
1111
resource "aws_ecr_repository" "app" {
1212
name = "${local.name_prefix}/nextjs-app"
1313
image_tag_mutability = "MUTABLE"
14+
force_delete = true
1415

1516
# Scan on push — catches known CVEs
1617
image_scanning_configuration {

0 commit comments

Comments
 (0)