Skip to content

Commit

Permalink
feat(tem): refacto ResourceDomainValidationDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 committed Apr 12, 2024
1 parent e5ca963 commit 336fba8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/services/tem/domain_validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,7 @@ func ResourceDomainValidationRead(ctx context.Context, d *schema.ResourceData, m
return nil
}

func ResourceDomainValidationDelete(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {
_ = ctx
_ = meta
func ResourceDomainValidationDelete(_ context.Context, d *schema.ResourceData, _ interface{}) diag.Diagnostics {
d.SetId("")
return nil
}
Expand Down

0 comments on commit 336fba8

Please sign in to comment.