Skip to content

Commit 95deb5a

Browse files
authored
Removing EC2 Dep
1 parent f329fcf commit 95deb5a

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
@@ -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.aws_route53]
27+
depends_on = [module.vpc]
2828

2929
providers = {
3030
aws = aws.ec2

0 commit comments

Comments
 (0)