diff --git a/website/source/docs/job-specification/constraint.html.md b/website/source/docs/job-specification/constraint.html.md index bbafbb7d6..2e4d1e262 100644 --- a/website/source/docs/job-specification/constraint.html.md +++ b/website/source/docs/job-specification/constraint.html.md @@ -46,7 +46,7 @@ job "docs" { task "server" { # All tasks must run where "my_custom_value" is greater than 3. constraint { - attribute = "${node.meta.my_custom_value}" + attribute = "${meta.my_custom_value}" operator = ">" value = "3" } @@ -210,7 +210,7 @@ utilizing node [metadata][meta]. ```hcl constraint { - attribute = "${node.meta.cached_binaries}" + attribute = "${meta.cached_binaries}" set_contains = "redis,cypress,nginx" } ``` diff --git a/website/source/docs/runtime/interpolation.html.md b/website/source/docs/runtime/interpolation.html.md index b225885f6..ef54e965f 100644 --- a/website/source/docs/runtime/interpolation.html.md +++ b/website/source/docs/runtime/interpolation.html.md @@ -92,12 +92,12 @@ driver.