Skip to content

Commit

Permalink
update ecs module source to be the published module on the terraform …
Browse files Browse the repository at this point in the history
…registry
  • Loading branch information
alismx committed Nov 4, 2024
1 parent cb3f696 commit 3ee5532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module "vpc" {
}

module "ecs" {
source = "../../modules/ecs"
source = "CDCgov/dibbs-ecr-viewer/aws"
version = "0.1.0"

public_subnet_ids = flatten(module.vpc.public_subnets)
private_subnet_ids = flatten(module.vpc.private_subnets)
Expand Down

0 comments on commit 3ee5532

Please sign in to comment.