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

pull/19086/head
James Bardin 8 years ago committed by Martin Atkins
parent d217a9cbf8
commit 46ba98233a

@ -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,
},

Loading…
Cancel
Save