Terraform Auth0 Provider Upgrading from v0.x → v1.0 - logo_uri attribute for auth0_global_client

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.

Hi @justin.hsu

Welcome to the Auth0 Community!

You can review the Auth0 Terraform documentation here:

The logo_uri became logo_url in the newer versions and it should be available under auth0_branding and auth0_branding_theme resources.

If you have any other questions, feel free to leave a reply!

Kind Regards,
Nik

1 Like

Hi Nik! Thank you so much for confirming that!