ensure there is always a valid return value
This commit is contained in:
parent
d469e86331
commit
71b9682e8c
|
@ -794,7 +794,7 @@ func (d *evaluationStateData) GetResource(addr addrs.Resource, rng tfdiags.Sourc
|
|||
instances[key] = val
|
||||
}
|
||||
|
||||
var ret cty.Value
|
||||
ret := cty.DynamicVal
|
||||
|
||||
switch {
|
||||
case config.Count != nil:
|
||||
|
|
Loading…
Reference in New Issue