core: Fix TestContext2Apply_moduleOrphanProvider
We now always expect to find a provider configuration in state. If not, we assume a module-local one, which is not what this test was trying to test.
This commit is contained in:
parent
4dd4b721ac
commit
95bdf98738
|
@ -2867,6 +2867,7 @@ func TestContext2Apply_moduleOrphanProvider(t *testing.T) {
|
||||||
Primary: &InstanceState{
|
Primary: &InstanceState{
|
||||||
ID: "bar",
|
ID: "bar",
|
||||||
},
|
},
|
||||||
|
Provider: "provider.aws",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue