Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs/d/archive_file.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ NOTE: One of `source`, `source_content_filename` (with `source_content`), `sourc

* `output_path` - (Required) The output of the archive file.

* `excludes` - (Optional) The files and directories to exclude from the archive content when using `source_dir`.

* `source_content` - (Optional) Add only this content to the archive with `source_content_filename` as the filename.

* `source_content_filename` - (Optional) Set this as the filename when using `source_content`.
Expand Down