Update website/pages/docs/from-1.5/expressions.mdx
Co-Authored-By: Megan Marsh <megan@hashicorp.com>
This commit is contained in:
parent
c5c3585df1
commit
304f615bc3
|
@ -257,7 +257,7 @@ set.
|
||||||
## `dynamic` blocks
|
## `dynamic` blocks
|
||||||
|
|
||||||
Within top-level block constructs like sources, expressions can usually be used
|
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
|
= expression` form. This covers many uses, but some source types include
|
||||||
repeatable _nested blocks_ in their arguments, which do not accept expressions:
|
repeatable _nested blocks_ in their arguments, which do not accept expressions:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue