Merge pull request #2548 from Shell32-Natsu/go-getter-doc

Add a note for go-getter
This commit is contained in:
Jeff Regan
2020-05-28 11:38:24 -07:00
committed by GitHub

View File

@@ -71,6 +71,10 @@ test 3 == \
The url should follow
[hashicorp/go-getter URL format](https://github.com/hashicorp/go-getter#url-format).
Note that using `//` in the url will only copy the directory specified by the path
after `//`, which means some relative paths, like `../xxx`, may not work. Using `/` to copy
entire repo. For more details please see [go-getter documentation](https://github.com/hashicorp/go-getter#subdirectories).
Note that S3 and GCS are NOT supported to avoid introducing massive dependency.
Here are some example urls