mirror of https://github.com/hashicorp/terraform
In the new design the ProviderSource is decided by package main, not by the "command" package, and so making sure the vendor directory is included is the responsibility of that package instead. Therefore we can no longer test this at the "command" package level, but we'll retain a test for it in e2etests to record that it isn't currently working, so that we have a prompt to fix it before releasing.f-providerinst-command-tests
parent
a79340e7fd
commit
7bf99f3d97
@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
null = {
|
||||
source = "hashicorp/null"
|
||||
version = "1.0.0+local"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue