From e2b620677c57ca49ac9dd1294f77d471f5c1d45e Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 2 Jun 2020 12:25:16 +0200 Subject: [PATCH] Update example-block.mdx --- website/pages/partials/from-1.5/builds/example-block.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/pages/partials/from-1.5/builds/example-block.mdx b/website/pages/partials/from-1.5/builds/example-block.mdx index 44824583a..be44f8c6a 100644 --- a/website/pages/partials/from-1.5/builds/example-block.mdx +++ b/website/pages/partials/from-1.5/builds/example-block.mdx @@ -11,7 +11,8 @@ build { source "source.amazon-ebs.example" { # Use the singular `source` block set # specific fields. - # Note that values cannot be overwritten. + # Note that fields cannot be overwritten, in other words, you cannot + # set output from the top-level source block and here. output = "different value" name = var.foo }