diff --git a/data/web/index.md b/data/web/index.md index ecbafd9..b36944e 100644 --- a/data/web/index.md +++ b/data/web/index.md @@ -73,3 +73,16 @@ https://terraform-releases.venya.tech/ } } } + +Либо глобально для всего терраформа + + ❯ cat ~/.terraformrc + provider_installation { + network_mirror { + url = "https://terraform-registry.venya.tech/" + include = ["registry.terraform.io/*/*"] + } + direct { + exclude = ["registry.terraform.io/*/*"] + } + }