From 095368b4b4bb7c8b530ed25fe5f05094a9e4e1c6 Mon Sep 17 00:00:00 2001 From: Albert Lloveras Date: Fri, 21 Oct 2022 09:48:22 +1100 Subject: [PATCH] PR Feedback Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com> --- website/docs/language/modules/sources.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/website/docs/language/modules/sources.mdx b/website/docs/language/modules/sources.mdx index 568bce0765..b178577c88 100644 --- a/website/docs/language/modules/sources.mdx +++ b/website/docs/language/modules/sources.mdx @@ -356,10 +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 to configure these. By default, Terraform will search for the `.netrc` file -in your HOME directory. However, that default filesystem location can be overriden -by setting the `NETRC` environment variable. For information on the `.netrc` 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