packer/website/content/partials/datasource/null/Config.mdx
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

7 lines
414 B
Text

<!-- Code generated from the comments of the Config struct in datasource/null/data.go; DO NOT EDIT MANUALLY -->
The Null data source is designed to demonstrate how data sources work, and
to provide a test plugin. It does not do anything useful; you assign an
input string and it gets returned as an output string.
<!-- End of code generated from the comments of the Config struct in datasource/null/data.go; -->