packer/hcl2template/testdata/datasources
Megan Marsh 48de1fc7da allow datasources to use other datasources
create a null data source for testing. We can choose to document if we want to, but it's a convenience for us

add a test to catch cyclic datasource dependency, update tests to include out of order data sources, and update the code to clean up the returned diagnostics generated from the recursive evaluation

PR review comments
2021-09-03 16:10:39 -07:00
..
basic.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
dependency_cycle.pkr.hcl allow datasources to use other datasources 2021-09-03 16:10:39 -07:00
duplicate.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
inexistent.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
not-allowed.pkr.hcl Don't allow data sources to be used inside data sources (#10559) 2021-02-04 11:25:44 +01:00
recursive.pkr.hcl allow datasources to use other datasources 2021-09-03 16:10:39 -07:00
unnamed.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00
untyped.pkr.hcl (2) Implement datasources (#10440) 2021-01-20 10:37:16 +01:00