Skip to content

Commit eaaef79

Browse files
committed
Fix properties overwrite on refresh
Signed-off-by: Tobias Brumhard <[email protected]>
1 parent 5c22c9d commit eaaef79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/pkg/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func (k *commandProvider) Read(ctx context.Context, req *pulumirpc.ReadRequest)
315315
return &pulumirpc.ReadResponse{
316316
Id: req.GetId(),
317317
Inputs: req.GetInputs(),
318-
Properties: req.GetInputs(),
318+
Properties: req.GetProperties(),
319319
}, nil
320320
}
321321

0 commit comments

Comments
 (0)