Skip to content

Commit f329fcf

Browse files
authored
Fixing module names
1 parent bf74e31 commit f329fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operations/deployment/terraform/aws/bitovi_main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module "ec2" {
2424
aws_resource_identifier = var.aws_resource_identifier
2525
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
2626
ec2_tags = local.ec2_tags
27-
depends_on = [module.vpc,module.route53]
27+
depends_on = [module.vpc,module.aws_route53]
2828

2929
providers = {
3030
aws = aws.ec2
@@ -97,7 +97,7 @@ module "aws_route53" {
9797
providers = {
9898
aws = aws.r53
9999
}
100-
depends_on = [ module.certificates ]
100+
depends_on = [ module.aws_certificates ]
101101
}
102102

103103
module "aws_elb" {

0 commit comments

Comments
 (0)