Skip to content

Commit

Permalink
ALB update (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight authored Feb 6, 2025
1 parent 09aee59 commit f49cbcf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ module "vpc" {
}

module "ecs" {
source = "CDCgov/dibbs-ecr-viewer/aws"
version = "0.3.0"

# source = "CDCgov/dibbs-ecr-viewer/aws"
# version = "0.3.0"
source = "git::https://github.com/CDCgov/terraform-aws-dibbs-ecr-viewer.git?ref=1df03178a66bcbeef430eae7e35b9bea6d98857a"
public_subnet_ids = flatten(module.vpc.public_subnets)
private_subnet_ids = flatten(module.vpc.private_subnets)
vpc_id = module.vpc.vpc_id
Expand All @@ -39,6 +39,8 @@ module "ecs" {

service_data = {
query-connector = {
root_service = true,
listener_priority = 1
short_name = "qc",
fargate_cpu = 512,
fargate_memory = 1024,
Expand Down

0 comments on commit f49cbcf

Please sign in to comment.