Skip to content

Commit e7950d6

Browse files
author
Garret Pick
committed
Convert load_balancers to list
1 parent 522d087 commit e7950d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,5 +220,5 @@ module "cluster" {
220220
min_size = 1
221221
hc_grace_period = 300
222222
min_elb_capacity = 1
223-
load_balancers = "${aws_elb.elb.id}"
223+
load_balancers = ["${split(",",aws_elb.elb.id)}"]
224224
}

0 commit comments

Comments
 (0)