mirror of https://github.com/pulumi/pulumi.git
f6c849209a
When displaying a diff between textual values, first try to decode the old and new values as JSON and YAML. If both values decode successfully, render the diff between the decoded values rather than the diff between the text. Fixes #5831. |
||
---|---|---|
.. | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
README.md | ||
go.mod | ||
go.sum |
README.md
pulumi/pkg
While pulumi/sdk maintains strict backwards compatibility guarantees, code under pkg/ is handled more informally: while breaking changes are still discouraged they may happen when they make sense.