pulumi/pkg/resource/plugin
Joe Duffy 0290283e6f
Skip unknown properties (#524)
It's legal and possible for undefined properties to show up in
objects, since that's an idiomatic JavaScript way of initializing
missing properties.  Instead of failing for these during deployment,
we should simply skip marshaling them to Terraform and let it do
its thing as usual.  This came up during our customer workload.
2017-11-03 13:40:15 -07:00
..
analyzer.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
analyzer_plugin.go Improve output formatting 2017-09-23 05:20:11 -07:00
check.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
context.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
host.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
host_server.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
langruntime.go Add accessors to fetch the Pulumi project and stack names 2017-10-19 08:26:57 -07:00
langruntime_plugin.go Add accessors to fetch the Pulumi project and stack names 2017-10-19 08:26:57 -07:00
plugin.go Aggregate process termination errors 2017-10-30 23:35:11 -07:00
provider.go Add a notion of stable properties 2017-10-04 08:22:21 -04:00
provider_plugin.go Skip unknown properties (#524) 2017-11-03 13:40:15 -07:00
rpc.go Skip unknown properties (#524) 2017-11-03 13:40:15 -07:00
rpc_test.go Skip unknown properties (#524) 2017-11-03 13:40:15 -07:00