From 1aeb8b077c7df3eac8e5a30e9007ad41d330155e Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Fri, 22 Nov 2024 20:41:47 +0100 Subject: [PATCH] docs: update supported file extensions Signed-off-by: Bruno Schaatsbergen --- website/docs/language/modules/sources.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/language/modules/sources.mdx b/website/docs/language/modules/sources.mdx index 66935e9c0c..ef44bd6ae4 100644 --- a/website/docs/language/modules/sources.mdx +++ b/website/docs/language/modules/sources.mdx @@ -381,9 +381,9 @@ module "vpc" { The extensions that Terraform recognizes for this special behavior are: - `zip` -- `tar.bz2` and `tbz2` -- `tar.gz` and `tgz` -- `tar.xz` and `txz` +- `bz2`, `tar.bz2`, `tar.tbz2` and `tbz2` +- `gz`, `tar.gz` and `tgz` +- `xz`, `tar.xz` and `txz` If your URL _doesn't_ have one of these extensions but refers to an archive anyway, use the `archive` argument to force this interpretation: