This message was deleted.
# python
s
This message was deleted.
m
I think you want to do something like:
Copy code
gcp_conf = pulumi.Config('gcp')
gcp_project = gcp_conf.require('project')
gcp_zone = gcp_conf.require('zone')
b
Ok I see the namespace for gcp is different from the overall project & stack?
m
Right
b
boom that worked
🎉 1
thx Justin
😄 1
I think the docs should be a bit clearer on the config portion. I thought the namespace was tied to the projectstack then the rest of it appended but clearly this is not hte case
m
Agreed. We could definitely make this more clear in the docs.
❤️ 1