pulumi/pkg/resource/plugin
Paul Stack f8db8e4209
Allow resource IDs to change on reresh steps (#3087)
* Allow resource IDs to change on reresh steps

This is a requirement for us to be able to move forward with
versions of the Terraform Azurerm provider. In v1.32.1, there was
a state migration that changed the ID format of the azure table
storage resource

We used to have a check in place for old ID being equal to new ID.
This has been changed now and we allow the change of ID to happen
in the RefreshStep

* Update pkg/resource/deploy/step.go

Co-Authored-By: Pat Gavlin <pat@pulumi.com>
2019-08-16 21:04:03 +03:00
..
analyzer.go Implement GetAnalyzerInfo in analyzer plugin 2019-07-16 00:58:33 -07:00
analyzer_plugin.go Emit stderr of npm install 2019-08-13 12:48:16 -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 Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
host.go Implement --policy-pack flag on up and preview 2019-08-12 12:45:48 -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 nodejs support for query mode 2019-05-02 18:08:08 -07:00
langruntime_plugin.go Use server information from NodeJS host for fetching plugins 2019-06-03 09:31:18 -07:00
plugin.go Improve error message when failing to load plugins (#2542) 2019-03-11 22:17:01 +00:00
provider.go Allow resource IDs to change on reresh steps (#3087) 2019-08-16 21:04:03 +03:00
provider_plugin.go Allow resource IDs to change on reresh steps (#3087) 2019-08-16 21:04:03 +03:00
provider_plugin_test.go Fix up some spelling errors 2019-06-18 15:30:25 -07:00
rpc.go Harden asset and archive deserialization. (#3042) 2019-08-06 16:32:05 -07:00
rpc_test.go Harden asset and archive deserialization. (#3042) 2019-08-06 16:32:05 -07:00