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/file/Config-not-required.mdx

14 lines
598 B

<!-- Code generated from the comments of the Config struct in datasource/file/data.go; DO NOT EDIT MANUALLY -->
- `contents` (string) - The contents of the file to create
This is useful especially for files that involve templating so that
Packer can dynamically create files and expose them for later importing
as attributes in another entity.
If no contents are specified, the resulting file will be empty.
- `destination` (string) - The file or directory to write the contents to.
<!-- End of code generated from the comments of the Config struct in datasource/file/data.go; -->