Skip to content

Commit 235c7e7

Browse files
committed
Add LB dependency
1 parent b15565f commit 235c7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/deployment/terraform/aws/bitovi_main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module "aws_lb" {
181181
aws_resource_identifier = var.aws_resource_identifier
182182
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
183183
# Module dependencies
184-
#depends_on = [module.vpc, module.ec2]
184+
depends_on = [module.vpc, module.ec2, module.aws_certificates]
185185

186186
providers = {
187187
aws = aws.lb

0 commit comments

Comments
 (0)