This message was deleted.
s
This message was deleted.
b
how are you setting the value?
f
The top-level
Pulumi.yaml
file looks like this:
Copy code
...
config:
  foo:
    type: object
    description: blah blah
while the stack configuration file looks like this:
Copy code
config:
  myproject:foo:
    one: 1
    two: 2
    three: 3
I was initially just trying to say that
foo
is an object, rather than delving into more specific typing.
b
ah, yeah could you open an issue for that?
f
will do 👍