Skip to content

Commit

Permalink
Document the fix to hashicorpGH-1068 on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Apr 3, 2015
1 parent ccb6cef commit 2dfb837
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/source/docs/configuration/interpolation.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ into strings. These interpolations are wrapped in `${}`, such as
The interpolation syntax is powerful and allows you to reference
variables, attributes of resources, call functions, etc.

You can also perform simple math in interpolations, allowing
you to write expressions such as `${count.index+1}`.

## Available Variables

**To reference user variables**, use the `var.` prefix followed by the
Expand Down

0 comments on commit 2dfb837

Please sign in to comment.