-
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
Cannot update form after initial creation #1054
Comments
I'm also facing the same issue |
I'm also facing the same issue, this makes the forms unusable from terraform. Please fix!! |
Thanks for opening the issue. |
Thanks @kushalshit27 for looking into this. I am using Terraform v1.9.5 and Auth0 provider v1.7.1 Issue can be reproduced by taking the example form from Auth0 Provider docs (below), deploying it and then trying to add any new components to the nodes like another FIELD, BLOCK, HTML, RICH_TEXT etc.
|
I'm facing the same issue, having to update the name to get components updates to work |
@duedares-rvj I noticed that |
@tcrawford-figure That's right. We are making some required updates to goreleaser for this, shall revert back once the publish is successful. |
@tcrawford-figure We released https://github.com/auth0/terraform-provider-auth0/releases/tag/v1.7.3 with the required changes. :) ^_^ |
@duedares-rvj Perfect! Thank you so much! |
The fix for this has been released in 1.7.3. Please update and advise if you have any further issue. I would appreciate you test this out and if problem still persists, we can re-evaluate. |
Checklist
Description
When modifying an existing
auth0_form
configuration and running apply I am receiving the following error, despite making no changes to any node ids:I also want to take time to point out that documentation in this area feels lackluster. I had to piece together what I can export from the Auth0 Forms UI and pull request bodies off the Auth0 API calls in the browser for form and flow updates in order to guess at what the correct configuration would even be in the first place for forms. After getting something successful after about 10 or so tries, I found a need to modify the form that I got in and find myself here.
Expectation
When I modify an
auth0_form
resource without modifying the nodes I expect it to update in place. Even if the node values are updated, I expect the form to override the existing node chain.Reproduction
Given:
I have updated a form configuration, like the coordinates for example.
When:
I apply my plan
Then:
My changes should be applied successfully.
Auth0 Terraform Provider version
1.7.1
Terraform version
1.7.5
The text was updated successfully, but these errors were encountered: