From f8df23b5f182bb6c5ea938b6d15907b11bcc7c00 Mon Sep 17 00:00:00 2001 From: Rami Date: Wed, 7 May 2025 17:11:34 -0700 Subject: [PATCH] Updated configure.mdx PACKER_PLUGIN_PATH is not a PATH environment variable --- website/content/docs/configure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/configure.mdx b/website/content/docs/configure.mdx index 8c8672714d9..c7466271e2c 100644 --- a/website/content/docs/configure.mdx +++ b/website/content/docs/configure.mdx @@ -113,7 +113,7 @@ each can be found below: using the Packer's config file, see the [config file configuration reference](#packer-config-file-configuration-reference) for more. -- `PACKER_PLUGIN_PATH` - a PATH variable for finding packer plugins. This takes +- `PACKER_PLUGIN_PATH` - The path for finding packer plugins. This takes precedence over `PACKER_CONFIG_DIR/plugins` for plugin discovery if defined. Plugin installation requires access to temporary files under `TMPDIR`. If the system's temp directory is non-writable or non-executable,