I want to create a universal login for Auth0 from terraform

I found that the resource “auth0_branding” could be used to create a universal login from Terraform.

However, while this supports the old universal login, it does not appear to support the new universal login.
I would like to be able to manage the new universal login with terraform.

How should this be handled? Or is it not currently supported?