one more readme update about tf proxy

This commit is contained in:
2023-06-14 17:59:46 +03:00
parent 3858c233f7
commit af58c02b4b

View File

@@ -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/*/*"]
}
}