https://pulumi.com logo
#python
Title
e

echoing-dawn-86996

05/19/2021, 1:25 PM
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

broad-dog-22463

05/19/2021, 1:32 PM
gcp.config.project
should allow you to get that value
e

echoing-dawn-86996

05/19/2021, 1:58 PM
That works! Thank you. Is it documented somewhere?