pulumi/pkg
Justin Van Patten 4dd40e4490
[codegen/python] Use pulumi.runtime.to_json (#5308)
Non-string provider inputs must be projected as JSON formatted strings. The current codegen simply calls `json.dumps` for such properties, but this does not work for the new input types, which aren't JSON serializable.

To address this, make use of the new `pulumi.runtime.to_json` utility function, which is capable of serializing raw dicts and input types as JSON.
2020-09-11 14:27:36 -07:00
..
backend expose execution kind via update metadata (#5258) 2020-08-31 09:07:59 -07:00
cmd/pulumi Add the ability to set the passphrase secrets provider to read from a passphrase file (#5327) 2020-09-11 22:25:47 +01:00
codegen [codegen/python] Use pulumi.runtime.to_json (#5308) 2020-09-11 14:27:36 -07:00
engine Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
graph Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
npm Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
operations Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
resource Initial support for remote component construction. (#5280) 2020-09-07 19:33:55 -07:00
secrets Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
testing/integration add more tests 2020-08-31 19:01:23 -07: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 Merge branch 'master' of https://github.com/pulumi/pulumi into evan/auto 2020-08-24 17:51:40 -07:00
go.sum auto error tests 2020-08-23 19:43:51 -07:00