ok one more import related: ``` const dbUser = new...
# general
l
ok one more import related:
Copy code
const dbUser = new gcp.sql.User("myuser", {
    instance: dbInstance.name,
    name: "project/instancename/myuser"
}, { import: "project/instancename/myuser" })
ends up in
Preview failed: reading resource urn:pulumi:projectname::stackname::gcp:sql/user:User::project/instancename/myuser yielded an unexpected ID; expected project/instancename/myuser, got myuser//instancename
w
I believe @broad-dog-22463 is working on a fix for this in https://github.com/pulumi/pulumi/pull/3087/files as we speak.
👍 1
b
yessir! I have some feedback that needs to change now
then I will see when we can get it approved
💯 1
l
is there an eta for next release?
b
@little-energy-64187 I will check in on this today and let you know when the team come online later
I’m almost sure it will be this week