Skip to content

Commit

Permalink
Fixing module names
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Sep 9, 2024
1 parent bf74e31 commit f329fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/deployment/terraform/aws/bitovi_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module "ec2" {
aws_resource_identifier = var.aws_resource_identifier
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
ec2_tags = local.ec2_tags
depends_on = [module.vpc,module.route53]
depends_on = [module.vpc,module.aws_route53]

providers = {
aws = aws.ec2
Expand Down Expand Up @@ -97,7 +97,7 @@ module "aws_route53" {
providers = {
aws = aws.r53
}
depends_on = [ module.certificates ]
depends_on = [ module.aws_certificates ]
}

module "aws_elb" {
Expand Down

0 comments on commit f329fcf

Please sign in to comment.