https://pulumi.com logo
Title
h

hundreds-lion-28881

11/09/2021, 10:49 AM
Hi all, trying out Pulumi for the first time. I'm getting a reproducible issue that I can't figure how to fix. I followed the GCP tutorial and created a bucket. Now, what I want to test is the
pulumi refresh
command. I manually deleted the bucket from GCP and tried to run
pulumi refresh
to see if it would notice the change. However, it hangs forever, and if I run it with
pulumi refresh --logtostderr -v=9
I see that it seems to infinitely encounter this
I1109 12:44:31.269962   54836 eventsink.go:62] eventSink::Debug(<{%reset%}>Dismissed an error as retryable. Retry 404s for bu
cket creation - googleapi: Error 404: The specified bucket does not exist., notFound<{%reset%}>)
I know you can manually alter the state to tell it a resource has been deleted but that's not a long term solution for us.
b

brave-planet-10645

11/09/2021, 12:13 PM
So there's not a problem with the getting started tutorial, but there seems to be a problem when running a refresh after manually deleting a bucket?
h

hundreds-lion-28881

11/09/2021, 12:14 PM
Yes, the tutorial itself was perfectly fine, the error only occurred when I manually deleted the bucket in GCP
b

brave-planet-10645

11/09/2021, 1:42 PM
Would you mind creating an issue in the GCP repo: https://github.com/pulumi/pulumi-gcp that's going to be the fastest way to get this looked at
👍 1
h

hundreds-lion-28881

11/10/2021, 7:56 AM
Thanks, I've created an issue here https://github.com/pulumi/pulumi-gcp/issues/689
🙌 1