mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
612 stars 300 forks source link

BUG: Allow multivalue for Config attributes #761 not working #823

Open ChrisHubinger opened 1 year ago

ChrisHubinger commented 1 year ago

The referenced code prevents my patch from #761 to work.

https://github.com/mrparkers/terraform-provider-keycloak/blob/cad8fe68c4ba176e53fcf8aae90f64db1b2390ca/keycloak/component.go#L18-L26

As this seems to be a base component for several resources, I did not find time to develop a fix yet. Sorry, for contributing buggy code :( Will open a PR with at least updated docs, and hope to find some time to fix that in a separate PR.

ChrisHubinger commented 1 year ago

Started working on a fix: #825