From 2cef1e5fd563c5932b34f8a7a737d788260f36aa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 10 Nov 2016 21:31:38 -0800 Subject: [PATCH] terraform: really simple error message fix, direct to master --- terraform/interpolate.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/interpolate.go b/terraform/interpolate.go index b9538fa2d..1c024e466 100644 --- a/terraform/interpolate.go +++ b/terraform/interpolate.go @@ -287,10 +287,10 @@ func (i *Interpolater) valueSimpleVar( // relied on this for their template_file data sources. We should // remove this at some point but there isn't any rush. return fmt.Errorf( - "invalid variable syntax: %q. If this is part of inline `template` parameter\n" + - "then you must escape the interpolation with two dollar signs. For\n" + - "example: ${a} becomes $${a}." + - n) + "invalid variable syntax: %q. If this is part of inline `template` parameter\n"+ + "then you must escape the interpolation with two dollar signs. For\n"+ + "example: ${a} becomes $${a}.", + n) } func (i *Interpolater) valueUserVar(