pulumi config set gcp:disableGlobalProjectWarning true
does not work
#2928
Labels
kind/bug
Some behavior is incorrect or out of spec
Describe what happened
Following up on #1168 (comment):
Given a warning like:
Doing the obvious thing doesn't work:
This is follow-up on #1168 (comment).
Sample program
Log output
The relevant logs are:
Affected Resource(s)
No response
Output of
pulumi about
Additional context
Observe that the type for
disableGlobalProjectWarning
isstring
, even though we specify a bool:pulumi-gcp/provider/resources.go
Lines 538 to 549 in 64eda76
We only act on a bool:
pulumi-gcp/provider/resources.go
Lines 395 to 403 in 64eda76
This is ultimately caused by pulumi/pulumi#17667.
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: