ACR Private Endpoint setup

Looking at the documentation for the Azure ACR provider (https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/container_registry) it is hard to tell if it supports the premium sku with private endpoint enabled. Can someone please explain what inputs are used for that?

I think you are supposed to create the Private Endpoint yourself, then bind it with the AKS and ACR instances. But I just could not figure out how…