Skip to content

Commit

Permalink
refactor: separating live and vod source schemas due to schema incomp…
Browse files Browse the repository at this point in the history
…atibility
  • Loading branch information
isadoral committed Nov 27, 2023
1 parent 4dd6008 commit 66fb861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsmt/resource_vod_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func (r *resourceVodSource) Read(ctx context.Context, req resource.ReadRequest,
return
}

state = readVodSourceToState(ctx, state, *vodSource)
state = readVodSourceToState(state, *vodSource)

diags = resp.State.Set(ctx, &state)
resp.Diagnostics.Append(diags...)
Expand Down

0 comments on commit 66fb861

Please sign in to comment.