This message was deleted.
s
This message was deleted.
b
Hey Sorry you are having this issue - I see the issue you just opened If you are able to, please can you try our new CLI command (that has been released just not had docs published yet)
pulumi import gcp:compute/instance:Instance <resource name> <import id>
if this fails, we can actually run this command with higher verbosity
Copy code
pulumi import gcp:compute/instance:Instance <resource name> <import id> --v=9 --logtostderr
and it will be able to give us more information
f
Yeah, no problem. Thanks for getting back to me.
Are you guys hiring? It seems that documentation and tooling could benefit from a few more eyes....
b
Yes, we are hiring 🙂 we are analysing our docs right now - theres a thread in #CLBMM3BS9 fom our new UX lead @brainy-church-78120 about getting some feedback if you are interested in talking with them
f
I'll join #CLBMM3BS9 and ask some questions/share some thoughts. Thanks, @broad-dog-22463.
b
yeah the issue is this:
Copy code
Cannot determine zone: set in this resource, or set provider-level zone.
I can almost guarantee that if there's a provider specific zone set then the import will work.... this is indeed a bug
f
If I specify a provider-level zone then will my resource-level zone take precedence?