e.g. Pulumi.my-stack.yaml: ``` config: aws:region: us-west-2 foo:bar: - "something" ...
e
e.g. Pulumi.my-stack.yaml:
Copy code
config:
    aws:region: us-west-2
    foo:bar:
      - "something"
      - "something else"