https://pulumi.com logo
Title
b

bulky-agent-73210

07/14/2022, 3:27 PM
I’m importing an Auth0 client via inline program. It’s getting hung up because I need to provide all attributes of the client and if I put empty string as
args.Description
field, Pulumi tries to fill it with “Managed by Pulumi”, causing the import to fail. Can I trick pulumi into leaving an empty string for description?
= auth0:index/client:Client: (import)
        [id=someid2344534635735]
        [urn=urn:pulumi:myapp::tenant::auth0:index/client:Client::my-app]
      + description: "Managed by Pulumi"
v

victorious-church-57397

07/14/2022, 6:03 PM
You can pass it in to
ignoreChanges
and that should get you through the import