Skip to content

Commit c79c710

Browse files
committed
Improve plan management for the mysql endpoint attribute
1 parent bb1bf1e commit c79c710

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/resource/service.go

-3
Original file line numberDiff line numberDiff line change
@@ -724,9 +724,6 @@ func (r *ServiceResource) ModifyPlan(ctx context.Context, req resource.ModifyPla
724724

725725
resp.Plan.Set(ctx, plan)
726726
}
727-
} else {
728-
// User set a value to the mysql endpoint
729-
// Nothing to do here as terraform manages this case correctly.
730727
}
731728
}
732729

0 commit comments

Comments
 (0)