mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
plans: OutputChange.Encode must preserve Addr field
This commit is contained in:
parent
d73b2d778f
commit
bbf8dacac8
@ -254,6 +254,7 @@ func (oc *OutputChange) Encode() (*OutputChangeSrc, error) {
|
||||
return nil, err
|
||||
}
|
||||
return &OutputChangeSrc{
|
||||
Addr: oc.Addr,
|
||||
ChangeSrc: *cs,
|
||||
Sensitive: oc.Sensitive,
|
||||
}, err
|
||||
|
Loading…
Reference in New Issue
Block a user