From 0ab5f158e8fd4cb5a92d842772aca240dd5cc938 Mon Sep 17 00:00:00 2001 From: Simao Gomes Viana Date: Tue, 24 Oct 2023 12:19:06 +0200 Subject: [PATCH] Regenerate documentation --- docs/data-sources/files.md | 2 -- docs/data-sources/version.md | 2 -- docs/index.md | 4 ---- docs/resources/image.md | 4 +--- 4 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/data-sources/files.md b/docs/data-sources/files.md index 9538fa9..9069f30 100644 --- a/docs/data-sources/files.md +++ b/docs/data-sources/files.md @@ -24,5 +24,3 @@ Specify files to detect changes. By default, the current directory will be used. ### Read-Only - `files_hash` (String) Hash of the files provided. Used for updates. - - diff --git a/docs/data-sources/version.md b/docs/data-sources/version.md index 18db499..ea8d3bd 100644 --- a/docs/data-sources/version.md +++ b/docs/data-sources/version.md @@ -18,5 +18,3 @@ description: |- ### Read-Only - `version` (String) Version of embedded Packer - - diff --git a/docs/index.md b/docs/index.md index b524622..5a35a7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,3 @@ description: |- ## Schema - -### Optional - -- `dummy` (String) Used as a placeholder. Do not use. diff --git a/docs/resources/image.md b/docs/resources/image.md index 477b931..db19b29 100644 --- a/docs/resources/image.md +++ b/docs/resources/image.md @@ -17,7 +17,7 @@ description: |- ### Optional -- `additional_params` (Set of String) Additional parameters to pass to Packer +- `additional_params` (Set of String) Additional parameters to pass to Packer. Consult Packer documentation for details. Example: `additional_params = ["-parallel-builds=1"]` - `directory` (String) Working directory to run Packer inside. Default is cwd. - `environment` (Map of String) Environment variables - `file` (String) Packer file to use for building @@ -31,5 +31,3 @@ description: |- - `build_uuid` (String) UUID that is updated whenever the build has finished. This allows detecting changes. - `id` (String) The ID of this resource. - -