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
Since ServiceAccount.id is string and ApiKey.user_id is number I can't chain those two.
Any chance ApiKey.user_id type can be changed to union of string and number, so one could pass a ${confluentcloud_service_account.xxxx_provider123_11117791.id} into it, as well as number.
Does this sound a legit change?
Thanks
Alex
The text was updated successfully, but these errors were encountered:
Hey,
I am using your provider in Python (cdktf).
Trying to to generate
ServiceAccount
and after that to add anApiKey
for it.Since
ServiceAccount.id
isstring
andApiKey.user_id
is number I can't chain those two.Any chance
ApiKey.user_id
type can be changed to union ofstring
andnumber
, so one could pass a${confluentcloud_service_account.xxxx_provider123_11117791.id}
into it, as well as number.Does this sound a legit change?
Thanks
Alex
The text was updated successfully, but these errors were encountered: