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 f329fcf commit 95deb5aCopy full SHA for 95deb5a
operations/deployment/terraform/aws/bitovi_main.tf
@@ -24,7 +24,7 @@ module "ec2" {
24
aws_resource_identifier = var.aws_resource_identifier
25
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
26
ec2_tags = local.ec2_tags
27
- depends_on = [module.vpc,module.aws_route53]
+ depends_on = [module.vpc]
28
29
providers = {
30
aws = aws.ec2
0 commit comments