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

5 lines
304 B
Text

<!-- Code generated from the comments of the DatasourceOutput struct in datasource/null/data.go; DO NOT EDIT MANUALLY -->
- `output` (string) - Output will return the input variable, as output.
<!-- End of code generated from the comments of the DatasourceOutput struct in datasource/null/data.go; -->