This message was deleted.
# python
s
This message was deleted.
c
According to an example on https://www.pulumi.com/gcp/ I should be able to do this in Python:
Copy code
from pulumi_gcp.config import project, zone
But pyright isn't happy with it:
BTW
pulumi_gcp.config.project
works as expected. It's just a typing issue. For now, I bypass it.
I'd be happy to provide a PR, but I don't know how to fix this. Any idea?