mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
The file datasource is meant to be used to pre-create a file that can then be used elsewhere in the build process by its path. This is useful for example when building a configuration file from a template, so then the resulting file can be referenced by components which only accept file paths.
6 lines
281 B
Plaintext
6 lines
281 B
Plaintext
<!-- Code generated from the comments of the DatasourceOutput struct in datasource/file/data.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `path` (string) - The path of the file created
|
|
|
|
<!-- End of code generated from the comments of the DatasourceOutput struct in datasource/file/data.go; -->
|