From c883621a9e7f16722bfb2d87fd6f30fddc35b53e Mon Sep 17 00:00:00 2001 From: James Rasell Date: Tue, 4 Jul 2023 13:33:46 +0100 Subject: [PATCH] docs: fix up constraint jobspec HCL format. (#17795) --- website/content/docs/job-specification/constraint.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/constraint.mdx b/website/content/docs/job-specification/constraint.mdx index 82c0c55ef..3f2f947f5 100644 --- a/website/content/docs/job-specification/constraint.mdx +++ b/website/content/docs/job-specification/constraint.mdx @@ -151,7 +151,7 @@ constraint { ```hcl constraint { distinct_property = "${meta.rack}" - value = "3" + value = "3" } ``` @@ -261,7 +261,7 @@ more than 2 instances of the task group. ```hcl constraint { distinct_property = "${meta.rack}" - value = "2" + value = "2" } ```