Skip to content

Commit

Permalink
azurerm_app_service_connection: should use DecodeDiff in CustomizeDif…
Browse files Browse the repository at this point in the history
…f func
  • Loading branch information
manicminer committed Sep 24, 2024
1 parent 6db7ccc commit 24276f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (r AppServiceConnectorResource) CustomizeDiff() sdk.ResourceFunc {
return sdk.ResourceFunc{
Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error {
var model AppServiceConnectorResourceModel
if err := metadata.Decode(&model); err != nil {
if err := metadata.DecodeDiff(&model); err != nil {
return err
}

Expand Down

0 comments on commit 24276f6

Please sign in to comment.