Really confused by `pulumi config <key1> &lt...
# general
h
Really confused by
pulumi config <key1> <value>
and
new pulumi.Config(<key2>).get(<key3>)
. What is the value of
key2
? For example, I want to set the value "foo:bar" to "baz". How would I retrieve "foo:bar" in code?