mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 01:22:05 -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 nil, err
|
||||||
}
|
}
|
||||||
return &OutputChangeSrc{
|
return &OutputChangeSrc{
|
||||||
|
Addr: oc.Addr,
|
||||||
ChangeSrc: *cs,
|
ChangeSrc: *cs,
|
||||||
Sensitive: oc.Sensitive,
|
Sensitive: oc.Sensitive,
|
||||||
}, err
|
}, err
|
||||||
|
Loading…
Reference in New Issue
Block a user