pulumi/pkg/codegen
James Nugent 15004e88cd
Omit non-string provider properties from code-gen (#7058)
Following pulumi/pulumi-terraform-bridge#347, properties are generated
for all provider config matching the inputs. Unfortunately this does not
work for complex values and non-string primitives generally (not only in
bridged providers) since values are JSON serialized.

While a proper solution to this is designed, it's sufficient for now to
stop generating non-string properties, which this commit does.
2021-05-21 10:37:48 -07:00
..
docs Add a note to a README about regenerating test data (#6970) 2021-05-05 12:59:37 -07:00
dotnet Enable deterministic builds 2021-04-29 14:24:43 +12:00
go Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
hcl2 Discriminated unions in schema and programgen 2021-05-05 10:01:22 +02:00
importer [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
internal/test Relax readonly requirement for generated nodejs resource args (#6980) 2021-05-06 21:59:40 -07:00
nodejs Relax readonly requirement for generated nodejs resource args (#6980) 2021-05-06 21:59:40 -07:00
python Allow editable installs of dev Python packages (#7097) 2021-05-21 13:40:30 +10:00
schema Omit non-string provider properties from code-gen (#7058) 2021-05-21 10:37:48 -07:00
docs.go Fix inconsistent object type naming. (#6686) 2021-04-15 19:03:28 -07:00
docs_test.go [codegen/docs] Reimplement example extraction. (#4851) 2020-06-18 12:32:15 -07:00
utilities.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
utilities_types.go Distinguish between inputty and plain args types. (#6811) 2021-04-19 16:40:39 -07:00