mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update provider.go
Signed-off-by: keerthanamsys <149489753+keerthanamsys@users.noreply.github.com>
This commit is contained in:
parent
949a9a00b8
commit
bad8cda07b
@ -179,7 +179,7 @@ func (p *Provider) decodeStaticFields(eval *StaticEvaluator) hcl.Diagnostics {
|
||||
return evalContext, diags.Append(evalDiags)
|
||||
}
|
||||
|
||||
forVal, evalDiags := evalchecks.EvaluateForEachExpression(p.ForEach, forEachRefsFunc, nil)
|
||||
forVal, evalDiags := evalchecks.EvaluateForEachExpression(p.ForEach, forEachRefsFunc)
|
||||
diags = append(diags, evalDiags.ToHCL()...)
|
||||
if evalDiags.HasErrors() {
|
||||
return diags
|
||||
|
Loading…
Reference in New Issue
Block a user