From 1e51ed9df91534be2c52b8149182bb826f6d4f00 Mon Sep 17 00:00:00 2001 From: Steph Gosling Date: Fri, 7 May 2021 10:02:03 +0100 Subject: [PATCH] fix: specify a string for name rather than a variable which is not supported (#10987) --- website/content/partials/from-1.5/builds/example-block.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/partials/from-1.5/builds/example-block.mdx b/website/content/partials/from-1.5/builds/example-block.mdx index 07b8c408a..2eb34b51f 100644 --- a/website/content/partials/from-1.5/builds/example-block.mdx +++ b/website/content/partials/from-1.5/builds/example-block.mdx @@ -17,7 +17,7 @@ build { # Note that fields cannot be overwritten, in other words, you cannot # set the 'output' field from the top-level source block and here. output = "different value" - name = var.foo + name = "differentname" } provisioner "shell" {