Skip to content

Commit

Permalink
Update port/action-permissions/resource.go
Browse files Browse the repository at this point in the history
Co-authored-by: pazhersh <[email protected]>
  • Loading branch information
Tankilevitch and pazhersh authored Dec 18, 2023
1 parent a7b4b14 commit 65ed859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/action-permissions/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (r *ActionPermissionsResource) Delete(ctx context.Context, req resource.Del
if resp.Diagnostics.HasError() {
return
}
// actionPermissions is not deletable resource by itself as it is tight to an action and is created by default when an action is created
// actionPermissions is not deletable resource by itself as it is tied to an action and is created by default when an action is created
resp.State.RemoveResource(ctx)
}

Expand Down

0 comments on commit 65ed859

Please sign in to comment.