mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
better comments
This commit is contained in:
parent
af9f73e9ee
commit
2e122598c1
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
||||||
# This ECR module is used in Khalim's default code, Junte tried changing it
|
# This ecr works for things deployed by serverless.
|
||||||
# but decided to priotise delivariables as sales projects are coming soon
|
# TODO: unify ecr and container_registry to one
|
||||||
# one day we can unify ECR policies together but Junte decided to seperate
|
|
||||||
# the continaer lambda as it runs slighly differently
|
|
||||||
|
|
||||||
resource "aws_ecr_repository" "my_repository" {
|
resource "aws_ecr_repository" "my_repository" {
|
||||||
name = "${var.ecr_name}"
|
name = "${var.ecr_name}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue