hi all, i have a pulumi auth0 project at version 2...
# general
a
hi all, i have a pulumi auth0 project at version 2.23.0 and have gone through the migrations to date, we are however noticing that the
auth0:index:RolePermissions
is not updating correctly when performing a
pulumi up
. The state in pulumi is missing permissions entries that are present in the auth0 tenant. I have executed a
pulumi refresh -t
targeting the URN of the
auth0:index:RolePermissions
to update, but this has not worked and subsequent
pulumi up
commands return the same changes are required to the
permissions
property but doesn't appear to update pulumi's state. I presume this is because the underlying provider can't do this yet? If that is the case, will version 1.0 of the terraform provider fix this?