mirror of https://github.com/pulumi/pulumi.git
0e4fa76bdc
When moving resources between projects that use the passphrase secret manager, we automatically prompt for the secret, unless PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE are set. Unfortunately that can be a bit confusing when moving resources between different projects, because the prompt does not specify in any way which stack the passphrase is for. Fix this by adding a little bit of output to the prompt, showing the user the stack name for which they are supposed to enter the passphrase. --------- Co-authored-by: Julien <julien@caffeine.lu> |
||
---|---|---|
.. | ||
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.