cold-coat-35200
11/06/2018, 7:57 AMfoo:bar:hello: "world"
? as far as I see it can't, only simple keys, like foo:bar: "world"
creamy-potato-29402
11/06/2018, 8:08 AMfoo:bar:hello
is the key here.cold-coat-35200
11/06/2018, 8:43 AMwhite-balloon-205
config.getObject
from code to parse the raw JSON string into value.cold-coat-35200
11/06/2018, 4:24 PMwhite-balloon-205
pulumi config set key value
. It makes sense to think about values as strings in this context.
But over time this ended up getting stored in a Pulumi.stack.yaml
that looks (and is!) very hand-editable - and in fact, it's often easier to just author config directly in the file than using the CLI.
Once this is in YAML/JSON, it's of course silly to be treating values as strings.
We've been wanting to revisit this as part of a larger re-design of config - there's some thinking on this in https://github.com/pulumi/pulumi/issues/1052.cold-coat-35200
11/06/2018, 4:51 PM