Skip to content

Commit

Permalink
ci: Prepare for the 0.11.0 release (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
wai-wong-edb authored Jun 20, 2024
1 parent c2bbd2d commit 48c1119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/resource_analytics_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ func (r *analyticsClusterResource) Update(ctx context.Context, req resource.Upda

func (r *analyticsClusterResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) {
var state analyticsClusterResourceModel

diags := req.State.Get(ctx, &state)
resp.Diagnostics.Append(diags...)
if resp.Diagnostics.HasError() {
Expand Down

0 comments on commit 48c1119

Please sign in to comment.