pulumi/pkg/testing/matrix/tests/structured/Pulumi.yaml

13 lines
167 B
YAML

name: structured
runtime: yaml
description: A YAML program which outputs a scalar.
outputs:
struct:
foo: "foo"
bar: "bar"
array:
- "foo"
- "bar"