https://pulumi.com logo
Title
a

adorable-continent-4073

06/02/2021, 10:22 PM
anybody have any suggestions on how to debug
resource does not exist
from
pulumi import
? I can see the resource (a cloudrun service) in console, and I'm providing the name to
pulumi import
like so:
pulumi import gcp:cloudrun/service:Service ruby-service uswest-1/pulumi-training-xxx/ruby-xyzw
where
pulumi-training-xxx
is my GCP project ID, and
ruby-xyzw
is my cloud run service ID (which i created with pulumi, actually). I've tried all the format variations for
pulumi import
and nothing is ever found by pulumi.
ok i got farther here, it needed to be
us-west1
not
us-west1
! whoops. however, it now fails with
Cloud Run Admin API has not been used in project XXXXX before or it is disabled
even though the Cloud Run Admin API is in fact enabled.