Skip to content

Commit 6636490

Browse files
authored
Adding elb dep of certs module
1 parent 076962f commit 6636490

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
@@ -124,7 +124,7 @@ module "aws_elb" {
124124
aws_resource_identifier = var.aws_resource_identifier
125125
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
126126
# Module dependencies
127-
depends_on = [module.vpc,module.ec2]
127+
depends_on = [module.vpc,module.ec2,module.aws_certificates]
128128

129129
providers = {
130130
aws = aws.elb

0 commit comments

Comments
 (0)