Skip to content

Commit

Permalink
Merge branch 'main' into bob/que-150-spike-research-a-code-coverage-m…
Browse files Browse the repository at this point in the history
…etric
  • Loading branch information
fzhao99 authored Feb 6, 2025
2 parents 9afe8d3 + f49cbcf commit 5c5f0e8
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 5c5f0e8

Please sign in to comment.