diff --git a/website/source/docs/providers/template/r/file.html.md b/website/source/docs/providers/template/r/file.html.md index 7c9e2c59e..7d102457b 100644 --- a/website/source/docs/providers/template/r/file.html.md +++ b/website/source/docs/providers/template/r/file.html.md @@ -14,7 +14,7 @@ Renders a template from a file. ``` resource "template_file" "init" { - template = "${file(${path.module}/init.tpl)}" + template = "${file("${path.module}/init.tpl")}" vars { consul_address = "${aws_instance.consul.private_ip}"