Hi, I want to import an existing gcp artifact regi...
# general
r
Hi, I want to import an existing gcp artifact registry by
pulumi import 'google-native:artifactregistry/v1:Repository' <name> <id>
and I get
Copy code
google-native:artifactregistry/v1:Repository (registry):
    error: Preview failed: property "locationsId"/"location" not found
How can I set location property?
I get the same error when I try to create the resource in code and use
import: <resource_id>
and run
pulumi up