This message was deleted.
# general
s
This message was deleted.
w
You can use
gcp.config.region
.
f
Thank you @white-balloon-205! Now my next question is: how to configure a fake provider during test so
gcp.config.region
has actually a value? 😬
when you mean
gcp.config.region
do you mean
pulumi_gcp.config.region
? It does not work for me:
AttributeError: module 'pulumi_gcp' has no attribute 'config'
now I got it, you need to explicitely import config with:
from pulumi_gcp import config