Skip to content

Commit

Permalink
docs: update supported file extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Schaatsbergen <[email protected]>
  • Loading branch information
bschaatsbergen committed Nov 22, 2024
1 parent 5137678 commit 1aeb8b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/language/modules/sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1aeb8b0

Please sign in to comment.