Anyone know any tricks to get Pulumi to not eat th...
# general
l
Anyone know any tricks to get Pulumi to not eat the comments in my yml config? Whenever we have to run anything locally we have to be careful not to commit the changes it makes to the config, lest we lose a bit of our documentation
e
We have a long standing issue for this: https://github.com/pulumi/pulumi/issues/423 Fixing it looks like it would require writing our own yaml serialiser/deserialiser that maintains trivia. yaml is a huge spec to get right, and trivia is well known to be hard to get right so this is very unlikely to actually happen 😞