opentofu/terraform/test-fixtures/apply-targeted-module-unrelated-outputs
James Bardin 4d2da4d733 connect non-resources to providers they reference
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.
2018-10-16 18:49:20 -07:00
..
child1 core: Allow downstream targeting of certain node types 2017-05-11 11:57:46 -07:00
child2 connect non-resources to providers they reference 2018-10-16 18:49:20 -07:00
main.tf core: Allow downstream targeting of certain node types 2017-05-11 11:57:46 -07:00