Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
katbyte committed Nov 1, 2024
1 parent e084785 commit 0256166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ func (r MsSqlManagedDatabaseResource) Read() sdk.ResourceFunc {
model.PointInTimeRestore = flattenManagedDatabasePointInTimeRestore(v)
}

state.Tags = model.Tags
model.Tags = pointer.From(result.Model.Tags)

return metadata.Encode(&model)
},
Expand Down

0 comments on commit 0256166

Please sign in to comment.