pulumi/pkg/codegen/python
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 Link Python and Go constructors (#4593) 2020-05-15 09:51:24 -07:00
gen.go Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
gen_program_expressions.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
gen_program_lower.go [codegen/hcl2] Add a conversion insertion pass. (#4594) 2020-05-11 11:17:36 -07:00
gen_program_quotes.go [codegen/hcl2] Add a conversion insertion pass. (#4594) 2020-05-11 11:17:36 -07:00
gen_program_quotes_test.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00
gen_program_test.go [codegen] Add support for caching package schemas. (#4534) 2020-04-30 13:22:24 -07:00
importer.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
python.go [codegen/python] Decrease alloc volume in PyName. (#4533) 2020-04-30 13:22:13 -07:00
utilities.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
utilities_test.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00