better comments

This commit is contained in:
Jun-te Kim 2026-02-03 20:05:42 +00:00
parent af9f73e9ee
commit 2e122598c1

View file

@ -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}"