diff --git a/terraform/terraform.rc b/terraform/terraform.rc new file mode 100644 index 0000000..9bc7728 --- /dev/null +++ b/terraform/terraform.rc @@ -0,0 +1,9 @@ +provider_installation { + network_mirror { + url = "https://terraform-mirror.yandexcloud.net/" + include = ["registry.terraform.io/*/*"] + } + direct { + exclude = ["registry.terraform.io/*/*"] + } +} \ No newline at end of file