From ea5e5788af04bdb68331f17ea6fa6d38cf4d1a9f Mon Sep 17 00:00:00 2001 From: Konstantin Gribov Date: Fri, 23 Jun 2017 20:40:50 +0300 Subject: [PATCH] HCL typo fix --- website/source/docs/job-specification/constraint.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/constraint.html.md b/website/source/docs/job-specification/constraint.html.md index c8a6fab3e..407cbca40 100644 --- a/website/source/docs/job-specification/constraint.html.md +++ b/website/source/docs/job-specification/constraint.html.md @@ -133,7 +133,7 @@ constraint { ```hcl constraint { operator = "distinct_property" - attribute = "${meta.rack"} + attribute = "${meta.rack}" } ```