:thread: on pulumi integration with auth0
# general
t
🧵 on pulumi integration with auth0
I see we can create new clients using the component: https://www.pulumi.com/registry/packages/auth0/api-docs/client/ I'm wondering if there is a way to update an existing client. I see the lookup docs on the same page but unsure how I would update values in the client (such as the webOrigins, login uri, etc after doing the lookup.
c
You'd want to import the client resource first. And then hope whatever properties you want to change are mutable.