We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e0216 commit 7ab0908Copy full SHA for 7ab0908
internal/service/flexcluster/resource.go
@@ -93,6 +93,7 @@ func (r *rs) Read(ctx context.Context, req resource.ReadRequest, resp *resource.
93
94
func (r *rs) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse) {
95
var tfModel TFModel
96
+
97
resp.Diagnostics.Append(req.Plan.Get(ctx, &tfModel)...)
98
if resp.Diagnostics.HasError() {
99
return
0 commit comments