mirror of https://github.com/hashicorp/terraform
An earlier commit changed the EvalContext model to support evaluation in both fully-expanded and partial-expanded modules, but the provider-contributed functions feature landed semi-concurrently with it and so inadvertently introduced a codepath that only worked in the fully-expanded case. This will now handle both situations, since all we really need is the addrs.Module, which we can obtain in both modes.improve-dynamic-block-error-message
parent
d574082caf
commit
64f7b6992f
Loading…
Reference in new issue