mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-15 22:20:33 -04:00
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
7 lines
414 B
Text
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; -->
|