mrparkers / terraform-provider-keycloak

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

fix: avoid inserting authenticator execution config with empty string as id #840

Closed kherock closed 1 year ago

kherock commented 1 year ago

Fixes #839. To verify, I just did a targeted deploy of the example execution config resource on my local instance of Keycloak 21.1.1.

Maybe we should consider add the omitempty decorator to the other Id types since these will probably avoid similar errors for other resources that Keycloak supports importing with IDs?

jseiser commented 1 year ago

@mrparkers

Any chance we can get a release with this fix?