sparse-intern-71089
04/12/2022, 7:55 PMgreat-queen-39697
04/13/2022, 3:34 PMTF_LOG=TRACE pulumi up -v=11 --logtostderr 2>&1 | tee -a pulumi_log.txt
The environment variable asks the classic provider to bubble up data. If you were running other providers that don't use the Terraform bridge, there's another flag to use on the troubleshooting page.
Regarding your specific question, I think you're running into this one: https://github.com/hashicorp/terraform-provider-google/issues/7200 (the Pulumi classic GCP provider is built on the same bridge as the Terraform one, so the errors are often very similar). See if the fix suggested there helps 🙂helpful-shoe-41967
04/13/2022, 6:28 PMpulumi refresh
after that next pulumi update started work for me