pulumi/cmd/lumi
joeduffy 9f160a7f91 Configure providers at well-defined points
As explained in pulumi/pulumi-fabric#293, we were a little ad-hoc in
how configuration was "applied" to resource providers.

In fact, config wasn't ever communicated directly to providers; instead,
the resource providers would simply ask the engine to read random heap
locations (via tokens). Now that we're on a plan where configuration gets
handed to the program at startup, and that's that, and where generally
speaking resource providers never communicate directly with the language
runtime, we need to take a different approach.

As such, the resource provider interface now offers a Configure RPC
method that the resource planning engine will invoke at the right
times with the right subset of configuration variables filtered to
just that provider's package.  This fixes pulumi/pulumi#293.
2017-09-04 11:35:21 -07:00
..
config.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
deploy.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
destroy.go Clean up Destroy API boundary 2017-08-24 18:09:37 -07:00
env.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_init.go Have saveEnv always override an existing environment 2017-08-29 18:05:42 -07:00
env_ls.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_rm.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_select.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
lumi.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
main.go Rename fileSystemEnvironmentProvider to localEnvProvider 2017-08-31 10:27:41 -07:00
plan.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
provider_env.go Adopt github.com/pkg/errors in a few more places 2017-08-31 10:28:20 -07:00
version.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00