mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Any non-resource (outputs, variables, locals) that references a resource type must also be connected to that resources provider. This is required during apply, because the graph built from the diff may not include the referenced resources because they are being evaluated from the state. If the provider isn't present already, add a NodeEvalableProvider to fetch the provider schema. The provider transformers now need to happen after the outputs, locals, and variables are transformed. |
||
---|---|---|
.. | ||
child1 | ||
child2 | ||
main.tf |