Skip to content

Commit f6141a0

Browse files
committed
Expose ingress CIDRs
1 parent f78a398 commit f6141a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module "sg-lb" {
9292
vpc_id = "${var.vpc_id}"
9393
egress_cidr_blocks = ["0.0.0.0/0"]
9494
egress_rules = ["all-all"]
95-
ingress_cidr_blocks = ["${lb_ingress_cidr_blocks}"] # "${var.allowed_cidr_blocks}"
95+
ingress_cidr_blocks = ["${var.lb_ingress_cidr_blocks}"] # "${var.allowed_cidr_blocks}"
9696
ingress_rules = "${compact(split(",", local.sg_rules))}"
9797
}
9898

resource-plan-graph.png

397 KB
Loading

0 commit comments

Comments
 (0)