-
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
409 Conflict: There was an error creating branding settings #406
Comments
We hit this same issue this morning as well. Ultimately, we realized we could work around it. It seems that auth0 is using If you look at the payload returned from |
@danmcgee-soda thanks for the workaround. It worked For Auth0: |
Hey folks, thanks for opening the issue and for providing a workaround @danmcgee-soda ! 👍 At the moment we can only ever have 1 branding theme created and active, thus the 409 when trying to create another one without importing the already created one in the dashboard. As this is a singleton resource we can further enhance the behavior of the resource to directly update the branding theme when one is found, instead of trying to create another one. I'll mark this however as an enhancement / feature rather than a bug. I don't have an exact ETA for when we can improve this, but most likely in mid/end of Q1. |
Hey folks 👋🏻 , We simplified management of this resource to no longer force a user to import the resource if already existing in the latest release: https://registry.terraform.io/providers/auth0/auth0/0.44.0/docs. Thanks again for raising awareness of this! 🙏🏻 If you encounter any issues with this release please let us know. |
Checklist
Description
Resource
auth0_branding_theme
is not working.When adding the resource to terraform i get an 409 even on the first try, i also don't see any Themes in the auth0 UI
If i try to import the default Theme first i get after changing the Theme
Expectation
Setting a custom theme or updating the default Theme should work without any error.
Reproduction
auth0_branding_theme
Auth0 Terraform Provider version
v0.40.0
Terraform version
v1.3.3
The text was updated successfully, but these errors were encountered: