Skip to content

Commit 776192f

Browse files
committed
fixed formatting issue...
1 parent 3d50463 commit 776192f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ locals {
44
# Followed recommendation http://67bricks.com/blog/?p=85
55
# to workaround terraform not supporting short circut evaluation
66
cluster_security_group_id = "${coalesce(join("", aws_security_group.cluster.*.id), var.cluster_security_group_id)}"
7+
78
worker_security_group_id = "${coalesce(join("", aws_security_group.workers.*.id), var.worker_security_group_id)}"
89
workstation_external_cidr = "${chomp(data.http.workstation_external_ip.body)}/32"
910

0 commit comments

Comments
 (0)