This message was deleted.
# getting-started
s
This message was deleted.
b
you'll need to set the namespace for the config, which language SDK are you using?
b
@billowy-army-68599 Seems like I've found the answer 🙂
Copy code
const gcpConfig = new pulumi.Config("gcp");
const gcpProject = gcpConfig.require("project");