github.com/hashicorp/packer@v1.14.3/website/content/partials/datasource/null/Config.mdx (about)

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