Closed naushadh closed 1 year ago
Turns out it was an out-of-bounds error afterall; pushed a fix (linked above), and verified it works from my project. Here's the pre-release build that I've used to temporarily unblock myself: https://github.com/naushadh/terraform-provider-keycloak/releases/tag/v3.10.1
Fantastic provider to manage Keycloak btw! I appreciate the thought and effort you've put into it.
Similar to https://github.com/mrparkers/terraform-provider-keycloak/issues/399; but I've confirmed login works for me, but it fails further down the chain.
I'm running into an error when importing a bunch of existing resources original created outside Terraform. It appears wide-spread across resources, permissions, etc perhaps because they share very similar conventions. So far I've only had luck importing a Client.
My command for the import
Snippet from the logs when I run the import
When I opened the source-code for the specific provider resource import function, here
I see the following, where it appears we're attempting to access an out of bounds element.
Could you please advice me on whether I'm doing something wrong with my import/configuration, or if there's a legitimate issue with the provider?