From 2e122598c145645050bf91a3956a5ea46a2c526b Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 20:05:42 +0000 Subject: [PATCH] better comments --- infrastructure/terraform/modules/ecr/main.tf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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}"