Skip to content

Commit 7ab0908

Browse files
committed
temp: trigger CI
1 parent 55e0216 commit 7ab0908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/service/flexcluster/resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func (r *rs) Read(ctx context.Context, req resource.ReadRequest, resp *resource.
9393

9494
func (r *rs) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) {
9595
var tfModel TFModel
96+
9697
resp.Diagnostics.Append(req.Plan.Get(ctx, &tfModel)...)
9798
if resp.Diagnostics.HasError() {
9899
return

0 commit comments

Comments
 (0)