You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for_each was being evaluated before the locals were evaluated which was making it iterate over a cty.DynamicPseudoType which meant it was iterating over the keys of a single instance resource instead of the values of the for_each.
for_eachwas being evaluated before the locals were evaluated which was making it iterate over acty.DynamicPseudoTypewhich meant it was iterating over the keys of a single instance resource instead of the values of thefor_each.Discussed in #9155