Skip to content

Commit f96a388

Browse files
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
1 parent d8fc55b commit f96a388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/terraform/node_resource_plan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ func (n *nodeExpandPlannableResource) ActionProviders() []addrs.ProviderConfig {
710710

711711
providers = append(providers, addrs.AbsProviderConfig{
712712
Provider: provider,
713-
Module: n.ModulePath(),
713+
Module: addrs.RootModule,
714714
})
715715
}
716716
}

0 commit comments

Comments
 (0)