diff --git a/infrastructure/terraform/modules/ecr/main.tf b/infrastructure/terraform/modules/ecr/main.tf index 4f2c838e..b1fdc4bb 100644 --- a/infrastructure/terraform/modules/ecr/main.tf +++ b/infrastructure/terraform/modules/ecr/main.tf @@ -1,5 +1,5 @@ resource "aws_ecr_repository" "my_repository" { - name = var.ecr_name + name = "${var.ecr_name}" image_tag_mutability = "MUTABLE" image_scanning_configuration {