Skip to content

Commit

Permalink
fix(awstf): force_delete ecr registries.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Dec 13, 2024
1 parent 4ffd07c commit 6b81497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/aws/deploytf/.nitric/modules/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ terraform {
# Create an ECR repository
resource "aws_ecr_repository" "repo" {
name = var.service_name
force_delete = true
}

data "aws_ecr_authorization_token" "ecr_auth" {
Expand Down

0 comments on commit 6b81497

Please sign in to comment.