diff --git a/infrastructure/core/ecr.tf b/infrastructure/core/ecr.tf index f2b63084f..cba177479 100644 --- a/infrastructure/core/ecr.tf +++ b/infrastructure/core/ecr.tf @@ -1,45 +1,3 @@ -resource "aws_ecrpublic_repository" "switch" { - repository_name = "somleng-switch" - provider = aws.us-east-1 - - catalog_data { - about_text = "Somleng Switch" - architectures = ["Linux"] - description = "SomlengSWITCH is the switch layer for Somleng. It includes an open source TwiML interpreter" - } -} - -resource "aws_ecrpublic_repository" "nginx" { - repository_name = "somleng-switch-nginx" - provider = aws.us-east-1 - - catalog_data { - about_text = "Somleng Switch Nginx" - architectures = ["Linux"] - } -} - -resource "aws_ecrpublic_repository" "freeswitch" { - repository_name = "somleng-switch-freeswitch" - provider = aws.us-east-1 - - catalog_data { - about_text = "Somleng Switch FreeSWITCH" - architectures = ["Linux"] - description = "FreeSWITCH configuration optimized for Somleng" - } -} - -resource "aws_ecrpublic_repository" "freeswitch_event_logger" { - repository_name = "somleng-switch-freeswitch-event-logger" - provider = aws.us-east-1 - - catalog_data { - about_text = "Somleng Switch FreeSWITCH Event Logger" - architectures = ["Linux"] - } -} - resource "aws_ecrpublic_repository" "public_gateway" { repository_name = "public-gateway" provider = aws.us-east-1