mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
got rid of description
This commit is contained in:
parent
ba16afe0f0
commit
92a6624b67
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue