pulumi/pkg/engine
Pat Gavlin e1ac01a9f2
Respect the version option for provider resources. (#6055)
Although raw provider resources accept an input that allows a user to
specifiy a provider version to use, this input is not reflected in
current SDK code generation. Furthermore, we already have a method to
specify the provider version that should be used for a resource: the
"version" resource option. These changes update the code that handles
provider resource registrations to autmoatically populate the version
input from the "version" resource option if the option is present.

Fixes https://github.com/pulumi/pulumi-azure/issues/803.
2021-01-05 15:57:11 -08:00
..
lifeycletest Respect the version option for provider resources. (#6055) 2021-01-05 15:57:11 -08:00
deployment.go Improve resource ref unit tests. (#5960) 2020-12-16 12:38:20 -08:00
destroy.go Rename engine.plan to engine.deployment. (#5777) 2020-11-18 11:16:30 -08:00
diff.go Protect against engine event mutation. (#5003) 2020-07-16 23:52:31 -07:00
engine.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
errors.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
events.go Rename engine.plan to engine.deployment. (#5777) 2020-11-18 11:16:30 -08:00
eventsink.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
import.go Rename engine.plan to engine.deployment. (#5777) 2020-11-18 11:16:30 -08:00
journal.go Refactor lifecycle tests. (#5575) 2020-10-15 10:35:09 -07:00
plugin_host.go Revise host mode. (#5317) 2020-09-14 17:40:17 -07:00
plugins.go .NET: Report plugin install errors during pulumi new (#5760) 2020-11-16 21:56:13 -08:00
plugins_test.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
project.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
query.go .NET: Report plugin install errors during pulumi new (#5760) 2020-11-16 21:56:13 -08:00
refresh.go Rename engine.plan to engine.deployment. (#5777) 2020-11-18 11:16:30 -08:00
snapshot.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
update.go Improve resource ref unit tests. (#5960) 2020-12-16 12:38:20 -08:00
update_test.go Improve PP naming for local PPs (#3839) 2020-01-30 13:31:41 -08:00