We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d50463 commit 776192fCopy full SHA for 776192f
local.tf
@@ -4,6 +4,7 @@ locals {
4
# Followed recommendation http://67bricks.com/blog/?p=85
5
# to workaround terraform not supporting short circut evaluation
6
cluster_security_group_id = "${coalesce(join("", aws_security_group.cluster.*.id), var.cluster_security_group_id)}"
7
+
8
worker_security_group_id = "${coalesce(join("", aws_security_group.workers.*.id), var.worker_security_group_id)}"
9
workstation_external_cidr = "${chomp(data.http.workstation_external_ip.body)}/32"
10
0 commit comments