opentofu/terraform/test-fixtures/apply-data-depends-on
James Bardin d2c6f1b57f Prevent data sources from being aplied early
If a data source has explicit dependencies in `depends_on`, we can
assume the user has added those because of a dependency not tracked
directly in the config. If there are any entries in `depends_on`, don't
apply the data source early during Refresh.
2016-12-12 10:35:10 -05:00
..
main.tf Prevent data sources from being aplied early 2016-12-12 10:35:10 -05:00