-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 in auth0_branding resource after upgrade to 0.38.0 #358
Comments
Hey @markusbaumg 👋🏻 ,
$ terraform refresh
$ echo $? ✔ 14:18:41
0
Edit: I was able to take a deeper look at this inspecting the code changes between 0.37.1 and 0.38.0 and there's a 404 ignore that got removed when reading the https://auth0.com/docs/api/management/v2#!/Branding/get_universal_login. I'll prepare a fix for this! Apologies for the inconvenience! @markusbaumg 😞 As a quick workaround you could set the https://auth0.com/docs/api/management/v2#!/Branding/put_universal_login temporarily e.g.
Thanks for reporting this! |
Hey @sergiught Thank you for investigating this and for the workaround! I'll stick to 0.37.1 for now. |
I hit this error today as well. Looking forward to the fix being released :) |
Hey folks, we just released https://registry.terraform.io/providers/auth0/auth0/0.39.0 with a fix for this. We'll close the issue down now. |
Checklist
Description
After upgrading to 0.38.0, the state of the
auth0_branding
resource cannot be refreshedDefined Resource
Issue that apears when upgrading to 0.38.0. This does not happen with 0.37.1
Expectation
Terraform state can be refreshed
Reproduction
terraform refresh
Auth0 Terraform Provider version
v0.38.0
Terraform version
Terraform v1.3.2
The text was updated successfully, but these errors were encountered: