mirror of https://github.com/pulumi/pulumi.git
![]() In #3071 we made change to the built in provider for `StackReference` to return additional data about the names of outputs which were secrets. The SDKs uses this information to decide if it should mark a stack output as secret when returning it's value from `getOutput`. When using an older CLI which does not report this data, we hit an error: ``` TypeError: Cannot read property 'outputs' of undefined ``` This was caused by a refactoring error where we extracted a private helper out of the StackReference class, but neglected to change one instance of `this` to `sr`. While we do have tests that exercise this feature, we would only see this bug when using an older CLI, and we don't have automated tests here that use the neweset `@pulumi/pulumi` with an older `pulumi` CLI |
||
---|---|---|
.. | ||
go | ||
nodejs | ||
proto | ||
python | ||
README.md |