Update example-block.mdx

This commit is contained in:
Adrien Delorme 2020-06-02 12:25:16 +02:00
parent b075ae47d7
commit e2b620677c
1 changed files with 2 additions and 1 deletions

View File

@ -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
}