Skip to content

Commit 794cf44

Browse files
author
Uddipaan Hazarika
committed
removed possible nil dereference
1 parent 530fcb8 commit 794cf44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/resource_vdb.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1930,7 +1930,6 @@ func resourceVdbUpdate(ctx context.Context, d *schema.ResourceData, meta interfa
19301930
tflog.Debug(ctx, "tag to be deleted: "+toTagArray(oldTag)[0].GetKey()+" "+toTagArray(oldTag)[0].GetValue())
19311931
deleteTag := *dctapi.NewDeleteTag()
19321932
tagDelResp, tagDelErr := client.VDBsAPI.DeleteVdbTags(ctx, vdbId).DeleteTag(deleteTag).Execute()
1933-
tflog.Debug(ctx, "tag delete response: "+tagDelResp.Status)
19341933
if diags := apiErrorResponseHelper(ctx, nil, tagDelResp, tagDelErr); diags != nil {
19351934
revertChanges(d, changedKeys)
19361935
updateFailure = true

0 commit comments

Comments
 (0)