Aaron Ritter
Aaron Ritter
Thanks for the clarification @TomKimber and great work! To be fair with 0.2.0 some of the configurations had to be updated to follow the new spec, so if you are...
Thanks @TomKimber, a info would be great in the release notes. And to be fair, if it is similar to the issues i faced now `terraform plan` is reviewing it...
If you want to manage the configuration through terraform you have to first import it, and the reproducible way of import would be based on config rather than the cli...
When running `terraform import fusionauth_tenant.default "tenant-id"` the imported configuration available with `terraform show` is equally empty for the arguments in the warning output above. Based on the fact that the...
@mooreds I did some further research and hope this will clarify it: The config driven import was only recently [introduced ](https://www.hashicorp.com/blog/terraform-1-5-brings-config-driven-import-and-checks) as a concept in Terraform. All thought the declarative...
Thanks so much for the fix, testing and update @TomKimber! I will try this in one of our test environments and create a follow-up in case I find something.
@TomKimber I can confirm it works with `-generate-config-out=generated_resources.tf`, thanks!
Hi, I was trying the same today with an existing application and application role, and face the same issue. ``` root@terraform:~/identity# terraform import fusionauth_application_role.myapp-one-user 8c1265e4-f67b-4bd9-9724-bd4eb9032253 fusionauth_application_role.myapp-one-user: Importing from ID "8c1265e4-f67b-4bd9-9724-bd4eb9032253"......
I found that to and others, https://github.com/FusionAuth/terraform-provider-fusionauth/issues/270
I would +1 to validate email input in the backend and frontend visible as an error to the user. A typical mistake we find is `,` instead of `.` where...