mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add resource address to log message
This commit is contained in:
parent
a6098b67fa
commit
d493e998e1
@ -603,7 +603,7 @@ func (n *NodeAbstractResourceInstance) refresh(ctx EvalContext, deposedKey state
|
||||
// We had to fix up this object in some way, and we still need to
|
||||
// accept any changes for compatibility, so all we can do is log a
|
||||
// warning about the change.
|
||||
log.Printf("[WARN] Provider %q produced an invalid new value containing null blocks during refresh\n", n.ResolvedProvider.Provider)
|
||||
log.Printf("[WARN] Provider %q produced an invalid new value containing null blocks for %q during refresh\n", n.ResolvedProvider.Provider, n.Addr)
|
||||
}
|
||||
|
||||
ret := state.DeepCopy()
|
||||
|
Loading…
Reference in New Issue
Block a user