Merge branch 'mvermaes-doc-fix'

pull/4029/merge
James Nugent 11 years ago
commit 09a4fdfc3d

@ -25,7 +25,7 @@ Use the navigation to the left to read about the available resources.
``` ```
# Template for initial configuration bash script # Template for initial configuration bash script
resource "template_file" "init" { resource "template_file" "init" {
filename = "init.tpl" template = "${file("init.tpl")}"
vars { vars {
consul_address = "${aws_instance.consul.private_ip}" consul_address = "${aws_instance.consul.private_ip}"

Loading…
Cancel
Save