From 382d071cab240d791dc540f23b317f40e4763f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bouch=C3=A9?= Date: Wed, 13 Nov 2019 09:02:40 +0100 Subject: [PATCH] Add missing file names exclusion to the documentation --- website/docs/d/archive_file.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/d/archive_file.html.markdown b/website/docs/d/archive_file.html.markdown index d3947e0e..d983843e 100644 --- a/website/docs/d/archive_file.html.markdown +++ b/website/docs/d/archive_file.html.markdown @@ -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`.