You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/website/content/partials/datasource/null/Config.mdx

8 lines
414 B

<!-- 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; -->