This message was deleted.
# general
s
This message was deleted.
b
It is. You want something like this:
Copy code
const gcpConfig = new pulumi.Config("gcp");
const project = gcpConfig.require("project");
(In typescript) That would give you the
gcp:project
value
l
👍