File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
operations/deployment/terraform/aws Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments