Skip to content

Commit

Permalink
Remove switch ECR public repositories (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie authored Sep 17, 2024
1 parent 0e0561a commit 8cb48d0
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions infrastructure/core/ecr.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8cb48d0

Please sign in to comment.