pulumi/pkg
Luke Hoban 36eea9e1e2 Support secret default values in schema and codegen
Currently, the secretness is only applied to default values used as input values for resources.  It is not applied to the defaults expoed in the `config` modules.  Doing the latter may also be desired - but (a) it would be a breaking change as the types would need to change from primitives to Outputs and (b) users can always manually wrap value retreived from this module with `pulumi.secret` if desired (a choice they do not have for the default resource inputs case).

Part of pulumi/pulumi-azure#576.
2020-05-21 21:30:04 -07:00
..
backend Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
cmd/pulumi Include case when attempting to escape the `.` in a name. (#4513) 2020-05-19 10:11:58 +01:00
codegen Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
engine Avoid replace on second update with import applied (#4403) 2020-04-15 18:52:40 -07:00
graph Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
npm Update NPM test to install @pulumi/pulumi 2.0 (#4596) 2020-05-08 11:15:43 -07:00
operations Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
secrets Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
testing/integration Ensure Go build is an optional step in integration testing framework 2020-05-07 09:23:05 +01:00
util Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
version duplicate version to ensure linking is properly handled 2020-03-19 12:49:34 -07:00
go.mod Remove replace for gocloud.dev 2020-05-19 08:09:58 -07:00
go.sum Remove replace for gocloud.dev 2020-05-19 08:09:58 -07:00