mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update comment to reflect new code
This commit is contained in:
parent
6962562a78
commit
66a9c51f74
@ -75,7 +75,7 @@ func (n *EvalModuleCallArgument) Eval(ctx EvalContext) (interface{}, error) {
|
||||
scope := ctx.EvaluationScope(nil, moduleInstanceRepetitionData)
|
||||
val, diags := scope.EvalExpr(expr, cty.DynamicPseudoType)
|
||||
|
||||
// We intentionally passed DynamicPseudoType to EvaluateExpr above because
|
||||
// We intentionally passed DynamicPseudoType to EvalExpr above because
|
||||
// now we can do our own local type conversion and produce an error message
|
||||
// with better context if it fails.
|
||||
var convErr error
|
||||
|
Loading…
Reference in New Issue
Block a user