We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9c942 commit 34236b6Copy full SHA for 34236b6
kubernetes/test-infra/external-providers/.terraformrc
@@ -1,7 +1,10 @@
1
provider_installation {
2
filesystem_mirror {
3
path = "/tmp/.terraform.d"
4
- include = ["localhost/test/kubernetes"]
+ include = [
5
+ "localhost/test/kubernetes",
6
+ "localhost/test/helm",
7
+ ]
8
}
9
direct {
10
include = ["registry.terraform.io/*/*"]
0 commit comments