Skip to content

Commit

Permalink
added dependency on cert in ecs module
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight committed Jan 3, 2025
1 parent 3d520ac commit fa8296c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module "vpc" {
}

module "ecs" {
depends_on = [ aws_acm_certificate.cloudflare_cert ]
source = "CDCgov/dibbs-ecr-viewer/aws"
version = "0.3.0"
# source = "../../../../terraform-aws-dibbs-ecr-viewer"
Expand Down

0 comments on commit fa8296c

Please sign in to comment.