From 2bdab8730da2aa8f719162b42293dc66f9eacd56 Mon Sep 17 00:00:00 2001 From: jimbecker Date: Wed, 27 Jun 2018 13:44:26 -0400 Subject: [PATCH] fixed formatting issue... --- local.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.tf b/local.tf index bca7aef..5f6dcdc 100644 --- a/local.tf +++ b/local.tf @@ -3,7 +3,7 @@ locals { cluster_security_group_id = "${var.cluster_security_group_id == "" ? aws_security_group.cluster.id : var.cluster_security_group_id}" worker_security_group_id = "${var.worker_security_group_id == "" ? aws_security_group.workers.id : var.worker_security_group_id}" workstation_external_cidr = "${chomp(data.http.workstation_external_ip.body)}/32" - workstation_cidr = "${coalesce(var.workstation_cidr, local.workstation_external_cidr)}" + workstation_cidr = "${coalesce(var.workstation_cidr, local.workstation_external_cidr)}" # Mapping from the node type that we selected and the max number of pods that it can run # Taken from https://amazon-eks.s3-us-west-2.amazonaws.com/1.10.3/2018-06-05/amazon-eks-nodegroup.yaml