mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #23265 from lucazz/update_docs_for_outputs
Update Output values docs
This commit is contained in:
commit
76831793d0
@ -52,6 +52,9 @@ refers to the `private_ip` attribute exposed by an `aws_instance` resource
|
|||||||
defined elsewhere in this module (not shown). Any valid expression is allowed
|
defined elsewhere in this module (not shown). Any valid expression is allowed
|
||||||
as an output value.
|
as an output value.
|
||||||
|
|
||||||
|
-> **Note:** Outputs are only rendered when Terraform applies your plan. Running
|
||||||
|
`terraform plan` will not render outputs.
|
||||||
|
|
||||||
## Accessing Child Module Outputs
|
## Accessing Child Module Outputs
|
||||||
|
|
||||||
In a parent module, outputs of child modules are available in expressions as
|
In a parent module, outputs of child modules are available in expressions as
|
||||||
|
Loading…
Reference in New Issue
Block a user