fix comment

Co-authored-by: Liam Cervante <liam.cervante@hashicorp.com>
pull/34699/head
Daniel Schmidt 2 years ago committed by GitHub
parent 6a4ef8e2b3
commit 4915bdf90c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -174,7 +174,7 @@ For tests defined in a test directory, any variable values defined in automatic
### Variable References
Variables you define within `run` blocks can refer to outputs from modules executed in earlier `run` blocks and variables defined at higher precedence levels. Variables in the root `variables` block can only refer to global variables.
Variables you define within `run` blocks can refer to outputs from modules executed in earlier `run` blocks and variables defined at higher precedence levels. Variables defined within the file level `variables` block can only refer to global variables.
For example, the following code block shows how a variable can refer to higher precedence variables and previous run blocks:

Loading…
Cancel
Save