Skip to content

Commit

Permalink
update CDCgov/dibbs-ecr-viewer/aws to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx committed Nov 12, 2024
1 parent c76b832 commit 09f8c42
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 @@ -15,7 +15,8 @@ module "vpc" {

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

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

0 comments on commit 09f8c42

Please sign in to comment.