mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
core: change more "count" variables to "num"
This commit is contained in:
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…
Reference in New Issue
Block a user