Skip to content

Commit cbe2314

Browse files
committed
temp: trigger CI
1 parent 31a81bd commit cbe2314

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
@@ -67,6 +67,7 @@ func (r *rs) Create(ctx context.Context, req resource.CreateRequest, resp *resou
6767

6868
func (r *rs) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) {
6969
var flexClusterState TFModel
70+
7071
resp.Diagnostics.Append(req.State.Get(ctx, &flexClusterState)...)
7172
if resp.Diagnostics.HasError() {
7273
return

0 commit comments

Comments
 (0)