[Python, cloudresourcemanager] ProjectIamBinding requires project
property, but does not expect it
#879
Labels
area/providers
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
What happened?
The error when not providing the project argument:
When I provide the argument
project
Expected Behavior
The expected behavior was to explicitly state the
project
argument, which isn't possible.As it is, I don't see how to explicitly state the
project
argument in the resourcepulumi-google-native/sdk/python/pulumi_google_native/cloudresourcemanager/v3/project_iam_binding.py
Lines 94 to 103 in 894acfc
Steps to reproduce
Any code that tries to create a
ProjectIamBinding
resource without defining the project globally.My case:
Output of
pulumi about
I am running in Cloud Build.
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: