Hello; I am using Terraform to manage the configuration of my Auth0 application. I’ve recently been trying to upgrade my Terraform Auth0 provider from 0.45.0
to 1.13.1
and I’ve been following this guide:
My old configuration had the auth0_global_client
resource which needs to be completely replaced in the new version. The guide has a small section for it:
However, my global_client
resource includes the logo_uri
attribute but I do not know what that should map to in the new provider version. I haven’t been able to find any documentation on what the old logo_uri
attribute in version 0.45.0 should migrate to in the new version.