Update website/pages/docs/from-1.5/expressions.mdx

Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
Adrien Delorme 2020-04-23 10:46:19 +02:00 committed by GitHub
parent c5c3585df1
commit 304f615bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ set.
## `dynamic` blocks
Within top-level block constructs like sources, expressions can usually be used
only when assigning a value to an argument using the `name = expression`, `key
only when assigning a value to an argument using the `name = expression` or `key
= expression` form. This covers many uses, but some source types include
repeatable _nested blocks_ in their arguments, which do not accept expressions: