diff --git a/infrastructure/terraform/modules/ecr/main.tf b/infrastructure/terraform/modules/ecr/main.tf index 9288a1fe..d93d1340 100644 --- a/infrastructure/terraform/modules/ecr/main.tf +++ b/infrastructure/terraform/modules/ecr/main.tf @@ -1,7 +1,5 @@ -# This ECR module is used in Khalim's default code, Junte tried changing it -# but decided to priotise delivariables as sales projects are coming soon -# one day we can unify ECR policies together but Junte decided to seperate -# the continaer lambda as it runs slighly differently +# This ecr works for things deployed by serverless. +# TODO: unify ecr and container_registry to one resource "aws_ecr_repository" "my_repository" { name = "${var.ecr_name}"