one more readme update about tf proxy
This commit is contained in:
@@ -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/*/*"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user