got rid of description

This commit is contained in:
Jun-te Kim 2026-02-02 18:50:14 +00:00
parent ba16afe0f0
commit 92a6624b67

View file

@ -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 {