We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15565f commit 235c7e7Copy full SHA for 235c7e7
operations/deployment/terraform/aws/bitovi_main.tf
@@ -181,7 +181,7 @@ module "aws_lb" {
181
aws_resource_identifier = var.aws_resource_identifier
182
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
183
# Module dependencies
184
- #depends_on = [module.vpc, module.ec2]
+ depends_on = [module.vpc, module.ec2, module.aws_certificates]
185
186
providers = {
187
aws = aws.lb
0 commit comments