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" {