Open shadiramadan opened 1 year ago
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 https://github.com/pulumi/pulumi-gcp/issues/890.
Per discussion with @iwahbe:
We believe we can implement this in the following way:
gcp:project
to something like "No Project" or any other string that is invalid to use for GCP Projects and thus not a potential Project name.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!
https://github.com/pulumi/pulumi-gcp/blob/f0115d920cb100c5fc4f39abfb54d90bf6146b61/provider/resources.go#L318
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?