-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "unable to detect a global setting for GCP Project" warning. #1168
Comments
Hi @shadiramadan. Thanks for telling us about the issue. I agree that the warning should be addressable. Looks like the warning was put in to address #890. |
Per discussion with @iwahbe: We believe we can implement this in the following way:
|
Curious whether there is any progress on this? Configurable warnings (generally, and specific to this) are very helpful for better DX. In our case developers think they are doing something wrong when they interact with our stacks because we do not use the default project feature. Thanks! |
blocked on pulumi/pulumi-terraform-bridge#2702 |
This issue has been addressed in PR #2701 and shipped in release v8.11.0. |
pulumi-gcp/provider/resources.go
Line 318 in f0115d9
I have pulumi configuration which creates GCP projects (thus no global project ID is set) and I've found this warning very annoying in my outputs.
Could we remove or supress this specific warning?
The text was updated successfully, but these errors were encountered: