fix panic where provider close nodes had the wrong path

This will most likely need to be reworked once we support the provider field, but it is good enough for the initial implementation
pull/33629/merge
Daniel Schmidt 9 months ago
parent d8fc55bc18
commit f96a3883b7

@ -710,7 +710,7 @@ func (n *nodeExpandPlannableResource) ActionProviders() []addrs.ProviderConfig {
providers = append(providers, addrs.AbsProviderConfig{
Provider: provider,
Module: n.ModulePath(),
Module: addrs.RootModule,
})
}
}

Loading…
Cancel
Save