diff --git a/website/source/docs/runtime/interpolation.html.md b/website/source/docs/runtime/interpolation.html.md
index ef54e965f..6d8792f34 100644
--- a/website/source/docs/runtime/interpolation.html.md
+++ b/website/source/docs/runtime/interpolation.html.md
@@ -111,47 +111,47 @@ Below is a table documenting common node properties:
Description |
- arch |
+ ${attr.arch} |
CPU architecture of the client (e.g. amd64, 386) |
- consul.datacenter |
+ ${attr.consul.datacenter} |
The Consul datacenter of the client (if Consul is found) |
- cpu.numcores |
+ ${attr.cpu.numcores} |
Number of CPU cores on the client |
- driver.<property> |
+ ${attr.driver.<property>} |
See the [task drivers](/docs/drivers/index.html) for property documentation |
- unique.hostname |
+ ${attr.unique.hostname} |
Hostname of the client |
- kernel.name |
+ ${attr.kernel.name} |
Kernel of the client (e.g. linux, darwin) |
- kernel.version |
+ ${attr.kernel.version} |
Version of the client kernel (e.g. 3.19.0-25-generic, 15.0.0) |
- platform.aws.ami-id |
+ ${attr.platform.aws.ami-id} |
AMI ID of the client (if on AWS EC2) |
- platform.aws.instance-type |
+ ${attr.platform.aws.instance-type} |
Instance type of the client (if on AWS EC2) |
- os.name |
+ ${attr.os.name} |
Operating system of the client (e.g. ubuntu, windows, darwin) |
- os.version |
+ ${attr.os.version} |
Version of the client OS |