You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into the following issue when enabling and assigning roles to the service account of an existing openid client in the same execution:
Error: Provider produced inconsistent final plan
When expanding the plan for
keycloak_openid_client_service_account_role.client2_service_account_role to
include new values learned so far during apply, provider
"registry.terraform.io/mrparkers/keycloak" produced an invalid new value for
.service_account_user_id: was cty.StringVal(""), but now
cty.StringVal("f003cf56-6b6f-4b5c-b9c2-68d89e458799").
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
Hi,
We ran into the following issue when enabling and assigning roles to the service account of an existing openid client in the same execution:
To reproduce, first apply the following HCL:
And then:
Note: the error doesn't occur if client2 and client2_service_account_role are created simultaneously.
The text was updated successfully, but these errors were encountered: