pulumi/pkg/codegen
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
..
docs [codegen/docs] Various Go-related fixes (#4646) 2020-05-15 17:33:56 -07:00
dotnet Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
go Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
hcl2 Introduce k8s compatibility mode to C# codegen (#4544) 2020-05-19 11:41:06 +02:00
internal/test Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
nodejs Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
python Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
schema Support secret default values in schema and codegen 2020-05-21 21:30:04 -07:00
docs.go [codegen/docs] Generate a table with links to the language-specific module pages (#4597) 2020-05-12 15:37:37 -07:00
docs_test.go [codegen/docs] Add a new template for examples section (#4591) 2020-05-08 16:25:28 -07:00
utilities.go [codegen/python] Fix nested quotes. (#4539) 2020-04-30 16:34:25 -07:00