Files
Lucas Bajolet 5ce9b1867b datasource: add file datasource
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.
2024-10-01 11:11:24 -04:00

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