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: