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 076962f commit 6636490Copy full SHA for 6636490
operations/deployment/terraform/aws/bitovi_main.tf
@@ -124,7 +124,7 @@ module "aws_elb" {
124
aws_resource_identifier = var.aws_resource_identifier
125
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
126
# Module dependencies
127
- depends_on = [module.vpc,module.ec2]
+ depends_on = [module.vpc,module.ec2,module.aws_certificates]
128
129
providers = {
130
aws = aws.elb
0 commit comments