Skip to content

Commit

Permalink
Merge branch 'mvermaes-doc-fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Nov 24, 2015
2 parents 5290365 + f0292d4 commit 09a4fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/providers/template/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use the navigation to the left to read about the available resources.
```
# Template for initial configuration bash script
resource "template_file" "init" {
filename = "init.tpl"
template = "${file("init.tpl")}"
vars {
consul_address = "${aws_instance.consul.private_ip}"
Expand Down

0 comments on commit 09a4fdf

Please sign in to comment.