https://pulumi.com logo
#typescript
Title
# typescript
m

magnificent-address-3498

02/08/2022, 3:52 PM
Other approaches like utilizing a dynamic resource and creating the yaml inside the
create
method of the provider fail to import code from `yaml`:
error: Package subpath './dist/index.js' is not defined by "exports" in …node_modules/yaml/package.json
(which might be caused bythe function serialization?)
m

mammoth-art-6111

02/08/2022, 4:09 PM
have you tried just exporting the mapped JSON? you should be able to get the output value there, and write it to disk