Skip to content

Commit

Permalink
Merge pull request #5 from plbalmeida/develop
Browse files Browse the repository at this point in the history
fix(infra/main-infrastructure/main.tf): force delete added
  • Loading branch information
plbalmeida authored Jan 25, 2024
2 parents 81452a1 + e4f8a6a commit da286be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/main-infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ resource "aws_codebuild_project" "practical_mlops_ch1_exercises" {
resource "aws_ecr_repository" "my_repository" {
name = "practical-mlops-ch1-exercises"
image_tag_mutability = "MUTABLE"
force_delete = true

image_scanning_configuration {
scan_on_push = true
Expand Down

0 comments on commit da286be

Please sign in to comment.