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 f695db0 commit ecd969cCopy full SHA for ecd969c
tests/dev.tfrc
@@ -0,0 +1,12 @@
1
+provider_installation {
2
+ dev_overrides {
3
+ "scaleway/scaleway" = "/Users/lmasson/go/bin"
4
+ }
5
+
6
+ # For all other providers, install them directly from their origin provider
7
+ # registries as normal. If you omit this, Terraform will _only_ use
8
+ # the dev_overrides block, and so no other providers will be available.
9
+ direct {}
10
+}
11
12
0 commit comments