Is there a way to get the provider configuration? ...
# python
e
Is there a way to get the provider configuration? For example I want to know the
gcp:project
that is configured in my stack. Is there a way to retrieve this?
b
gcp.config.project
should allow you to get that value
e
That works! Thank you. Is it documented somewhere?