https://pulumi.com logo
l

little-energy-64187

08/14/2019, 5:55 PM
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

white-balloon-205

08/14/2019, 6:11 PM
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

broad-dog-22463

08/14/2019, 6:11 PM
yessir! I have some feedback that needs to change now
then I will see when we can get it approved
💯 1
l

little-energy-64187

08/21/2019, 10:35 AM
is there an eta for next release?
b

broad-dog-22463

08/21/2019, 11:13 AM
@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