core: change more "count" variables to "num"

This commit is contained in:
James Bardin 2018-05-30 21:47:11 -04:00 committed by Martin Atkins
parent d217a9cbf8
commit 46ba98233a

View File

@ -3002,7 +3002,7 @@ func TestContext2Apply_moduleVarResourceCount(t *testing.T) {
},
),
Variables: InputValues{
"count": &InputValue{
"num": &InputValue{
Value: cty.NumberIntVal(2),
SourceType: ValueFromCaller,
},
@ -3026,7 +3026,7 @@ func TestContext2Apply_moduleVarResourceCount(t *testing.T) {
},
),
Variables: InputValues{
"count": &InputValue{
"num": &InputValue{
Value: cty.NumberIntVal(5),
SourceType: ValueFromCaller,
},