pulumi/pkg/resource/plugin
Pat Gavlin ab36b1116f
Handle unconfigured plugins in Diff. (#2238)
After #2088, we began calling `Diff` on providers that are not configured
due to unknown configuration values. This hit an assertion intended to
detect exactly this scenario, which was previously unexpected.

These changes adjust `Diff` to indicate that a Diff is unavailable and
return an error message that describes why. The step generator then
interprets the diff as indicating a normal update and issues the error
message to the diagnostic stream.

Fixes #2223.
2018-11-21 16:53:29 -08:00
..
analyzer.go Add license headers 2018-05-22 15:02:47 -07:00
analyzer_plugin.go Add license headers 2018-05-22 15:02:47 -07:00
check.go Add license headers 2018-05-22 15:02:47 -07:00
config_source.go Add license headers 2018-05-22 15:02:47 -07:00
context.go Implement status sinks 2018-08-31 15:56:53 -07:00
host.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
host_server.go Move management of root resource state to engine (#1944) 2018-09-18 11:47:34 -07:00
langruntime.go Add license headers 2018-05-22 15:02:47 -07:00
langruntime_plugin.go Allow more types for runtimeOptions 2018-08-06 14:00:58 -07:00
plugin.go Use an explicit address when dialing plugins (#2224) 2018-11-19 13:47:39 -08:00
provider.go Handle unconfigured plugins in Diff. (#2238) 2018-11-21 16:53:29 -08:00
provider_plugin.go Handle unconfigured plugins in Diff. (#2238) 2018-11-21 16:53:29 -08:00
rpc.go Add license headers 2018-05-22 15:02:47 -07:00
rpc_test.go Add Go 1.10+ versions of archive hashes in tests 2018-10-30 21:59:36 -05:00