pulumi refresh
hangs forever if a Pulumi-managed GCP Storage Bucket was deleted manually
#689
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/by-design
This issue won't be fixed because the functionality is working as designed
resolution/fixed
This issue was fixed
Hello!
Issue details
Steps to reproduce
I'm trying Pulumi for the first time and I can't seem to get it to refresh the state from the cloud provider when a manual change was made via the cloud console. I'm using Google Cloud as my cloud provider and the basic TypeScript starter template.
Pulumi version
3.17.0
.The commands I've used to reproduce the issue:
mkdir pulumi-testing
cd pulumi-testing
pulumi new gcp-typescript
pulumi up -y
pulumi refresh --logtostderr -v=9
Expected:
Pulumi notices a change has happened in the cloud and updates the local state.
Actual:
The command hangs forever. The console output suggests it tries over and over again to find the deleted bucket.
The text was updated successfully, but these errors were encountered: