You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pulumi about
CLI
Version 3.144.1
Go Version go1.23.4
Go Compiler gc
Plugins
KIND NAME VERSION
resource gcp 8.13.0
language python 3.144.1
Host
OS darwin
Version 15.1.1
Arch arm64
This project is written in python: executable='/Users/piers/go/src/github.com/pierskarsenbarg/scratchpad/gcp-python-globalproject/venv/bin/python' version='3.13.1'
Current Stack: pierskarsenbarg/gcp-python-globalproject/dev
Found no resources associated with dev
Found no pending operations associated with dev
Backend
Name pulumi.com
URL https://app.pulumi.com/pierskarsenbarg
User pierskarsenbarg
Organizations pierskarsenbarg, team-ce, demo, ai-demo
Token type personal
Dependencies:
NAME VERSION
pulumi_gcp 8.13.0
setuptools 75.7.0
wheel 0.45.1
Pulumi locates its logs in /var/folders/x8/cdd9j87s607fwpy0q62mfmmw0000gn/T/ by default
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered:
…tWarning
The current "disableGlobalProjectWarning" check happens after the global project warning
has already been displayed, and instead serves to skip the gcloud config validation. This
PR moves the check to the correct place, and puts in tests on the logged output.
Fixes#2829
Describe what happened
There is a provider config setting
disableGlobalProjectWarning
(env var isPULUMI_GCP_DISABLE_GLOBAL_PROJECT_WARNING
) that was added last month (PR)When it is set to be true and you don't have the
gcp:project
setting in your stack config the warning still appears.Sample program
pulumi new gcp-python -y
PULUMI_GCP_DISABLE_GLOBAL_PROJECT_WARNING=true pulumi up
(warning should appear)pulumi config set gcp:disableGlobalProjectWarning true
pulumi up
(warning should appear)Log output
https://gist.github.com/pierskarsenbarg/678836b38f57134301bdbf0ce2904b20
Affected Resource(s)
n/a
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: