I’m importing an Auth0 client via inline program. ...
# getting-started
b
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?
Copy code
= auth0:index/client:Client: (import)
        [id=someid2344534635735]
        [urn=urn:pulumi:myapp::tenant::auth0:index/client:Client::my-app]
      + description: "Managed by Pulumi"
v
You can pass it in to
ignoreChanges
and that should get you through the import