Skip to content

Commit

Permalink
don't read deleted resource
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMalot committed Sep 29, 2023
1 parent 8f33499 commit 23afc0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func resourceCloudflareKeylessCertificateDelete(ctx context.Context, d *schema.R
return diag.FromErr(errors.Wrap(err, fmt.Sprintf("failed to delete Keyless SSL")))
}

return resourceCloudflareKeylessCertificateRead(ctx, d, meta)
return nil
}

func resourceCloudflareKeylessCertificateImport(ctx context.Context, d *schema.ResourceData, meta interface{}) ([]*schema.ResourceData, error) {
Expand Down

0 comments on commit 23afc0d

Please sign in to comment.