mirror of https://github.com/pulumi/pulumi.git
4a12902bde
A few weeks ago we added the concept of package references, mostly for parametrised providers so that we wouldn't have to send the parameter value over and over for each `RegisterResourceRequest`. This was done by sending the package reference through the `provider` field. Nothing yet uses this feature (it hasn't yet been added to any language SDKs), and thinking over this the last week I realised there was an issue using this for extension packages. When using an extension provider it's valid to also specify an explicit provider, which will be using the `provider` field. At this point there's no where for the SDK to send extra information to the engine about the parameterisation. This is a small reworking of this idea to use a separate `package` field, so that even for an extension type we can specify the parameterised package it comes from and an explicit provider for it. |
||
---|---|---|
.. | ||
testdata | ||
alias_test.go | ||
analyzer_test.go | ||
continue_on_error_test.go | ||
delete_before_replace_test.go | ||
golang_sdk_test.go | ||
import_test.go | ||
parameterized_test.go | ||
pending_delete_test.go | ||
provider_test.go | ||
pulumi_test.go | ||
refresh_legacy_diff_test.go | ||
refresh_test.go | ||
resource_reference_test.go | ||
source_query_test.go | ||
step_generator_test.go | ||
target_test.go | ||
test_plan.go | ||
transformation_test.go | ||
update_plan_test.go |