pulumi/pkg/codegen/go
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
..
doc.go [codegen/docs] Generate a table with links to the language-specific module pages (#4597) 2020-05-12 15:37:37 -07:00
doc_test.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen.go Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
gen_program.go go gen_program shell + test + sample (#4630) 2020-05-14 08:43:12 -07:00
gen_program_test.go go gen_program shell + test + sample (#4630) 2020-05-14 08:43:12 -07:00
gen_test.go Update go codegen to include usage hints on Input types (#4279) 2020-04-02 19:59:08 -07:00
importer.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00