Hopefully an easy question. I'm looking to import ...
# general
c
Hopefully an easy question. I'm looking to import a GCP Project's AppEngine using google-native. I tried the following:
Copy code
pulumi import google-native:appengine/v1:App discovery-api bborie-sandbox
But I am doing something wrong...
Copy code
Previewing import (dev)

View Live: <https://app.pulumi.com/dustymugs-atlasai/discovery/dev/previews/8d621b42-36e4-4b93-834d-01cd3315ff20>

     Type                               Name           Plan       Info
     pulumi:pulumi:Stack                discovery-dev             1 error
 =   └─ google-native:appengine/v1:App  discovery-api  import     1 error
 
Diagnostics:
  google-native:appengine/v1:App (discovery-api):
    error: Preview failed: property "appsId"/"name" not found
 
  pulumi:pulumi:Stack (discovery-dev):
    error: preview failed
What am I missing?