update name
This commit is contained in:
parent
a4d2bf45fc
commit
cce35e4a36
|
@ -2562,7 +2562,7 @@ func TestContext2Apply_provisionerInterpCount(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestContext2Apply_foreachUnknownValue(t *testing.T) {
|
func TestContext2Apply_foreachVariable(t *testing.T) {
|
||||||
m := testModule(t, "plan-for-each-unknown-value")
|
m := testModule(t, "plan-for-each-unknown-value")
|
||||||
p := testProvider("aws")
|
p := testProvider("aws")
|
||||||
p.ApplyFn = testApplyFn
|
p.ApplyFn = testApplyFn
|
||||||
|
|
Loading…
Reference in New Issue