mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #32007 from alloveras/patch-1
The NETRC environment variable is honoured
This commit is contained in:
commit
6ebc30ddcb
@ -356,8 +356,9 @@ In either case, the result is interpreted as another module source address
|
||||
using one of the forms documented elsewhere on this page.
|
||||
|
||||
If an HTTP/HTTPS URL requires authentication credentials, use a `.netrc`
|
||||
file in your home directory to configure these. For information on this format,
|
||||
see [the documentation for using it in `curl`](https://everything.curl.dev/usingcurl/netrc).
|
||||
file to configure the credentials. By default, Terraform searches for the `.netrc` file
|
||||
in your HOME directory. However, you can override the default filesystem location by setting the `NETRC` environment variable. For information on the `.netrc` format,
|
||||
refer to [the documentation for using it in `curl`](https://everything.curl.dev/usingcurl/netrc).
|
||||
|
||||
### Fetching archives over HTTP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user