Update template example for new syntax

This commit is contained in:
Michael Vermaes 2015-11-24 13:32:04 +08:00 committed by James Nugent
parent 047027a9d3
commit f0292d420f
1 changed files with 1 additions and 1 deletions

View File

@ -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}"