From 3e1f741666bf995530feb33297ee4b07ea96b883 Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 28 Aug 2020 09:54:43 -0400 Subject: [PATCH] webside/docs: add note re: archive subdirectories to http download (#26020) section --- website/docs/modules/sources.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/modules/sources.html.markdown b/website/docs/modules/sources.html.markdown index 58a9bfc2f..020fe09b9 100644 --- a/website/docs/modules/sources.html.markdown +++ b/website/docs/modules/sources.html.markdown @@ -348,6 +348,11 @@ module "vpc" { } ``` +-> **Note:** If the content of the archive file is a directory, you will need to +include that directory in the module source. Read the section on +[Modules in Package Sub-directories](#modules-in-package-sub-directories) for more +information. + ## S3 Bucket You can use archives stored in S3 as module sources using the special `s3::`