Skip to content

Commit

Permalink
Merge pull request #4 from DevopsCare/bugfix/elb-subnets
Browse files Browse the repository at this point in the history
Use correct public subnets var
  • Loading branch information
okgolove authored Jul 27, 2020
2 parents c07daf5 + db5062b commit 16ce259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module "jenkins_elb" {

name = module.label.id

subnets = module.vpc.public_subnets
subnets = local.public_subnet_ids
security_groups = [module.jenkins_elb_sg.this_security_group_id]
internal = false

Expand Down

0 comments on commit 16ce259

Please sign in to comment.