mirror of https://github.com/pulumi/pulumi.git
16670fa7a3
Now that we have package blocks, they take the form "[HOSTNAME]/NAMESPACE/packageName" This causes there to be a naming mismatch when reading from the package block and causing failures in tests. This should mitigate that issue, at the cost of risk of package name conflicts accross repos. We should be matching against "NAMESPACE/packageName" to be inline with: https://developer.hashicorp.com/terraform/language/providers/requirements#source-addresses So I'm going to investigate this while others weigh in. |
||
---|---|---|
.. | ||
asset | ||
authhelpers | ||
backend | ||
cmd/pulumi | ||
codegen | ||
display | ||
engine | ||
graph | ||
importer | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
workspace | ||
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.