Skip to content

Commit 5f15512

Browse files
committed
Temp remove lb dependency
1 parent 2033dd3 commit 5f15512

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
@@ -123,7 +123,7 @@ module "aws_elb" {
123123
aws_resource_identifier = var.aws_resource_identifier
124124
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
125125
# Module dependencies
126-
depends_on = [module.vpc, module.ec2]
126+
#depends_on = [module.vpc, module.ec2]
127127

128128
providers = {
129129
aws = aws.elb
@@ -157,7 +157,7 @@ module "aws_lb" {
157157
aws_resource_identifier = var.aws_resource_identifier
158158
aws_resource_identifier_supershort = var.aws_resource_identifier_supershort
159159
# Module dependencies
160-
depends_on = [module.vpc, module.ec2]
160+
#depends_on = [module.vpc, module.ec2]
161161

162162
providers = {
163163
aws = aws.lb

0 commit comments

Comments
 (0)