Skip to content

Commit

Permalink
fix: comment on delete fucntion
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpnx committed Nov 21, 2024
1 parent 820f77d commit 0e6cd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/log_group/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
)

// Update the log group.
// Delete the log group.
func Delete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {

return diag.Diagnostics{}
Expand Down

0 comments on commit 0e6cd53

Please sign in to comment.