Skip to content

Commit

Permalink
Merge pull request #3635 from hashicorp/clarify_node_vs_task_vars
Browse files Browse the repository at this point in the history
Clarify difference between node and task metadata interpolated vars.
  • Loading branch information
Preetha authored Dec 8, 2017
2 parents 9f1955e + b1ca49f commit f553ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/runtime/_envvars.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</tr>
<tr>
<td><tt>NOMAD&lowbar;META&lowbar;&lt;key&gt;</tt></td>
<td>The metadata value given by <tt>key</tt> on the task's metadata</td>
<td>The metadata value given by <tt>key</tt> on the task's metadata. Note that this is different from [${meta.&lt;key&gt;}](/docs/runtime/interpolation.html#node-variables-) which are keys in the node's metadata.</td>
</tr>
<tr>
<td><tt>VAULT&lowbar;TOKEN</tt></td>
Expand Down

0 comments on commit f553ac8

Please sign in to comment.