pulumi/pkg/backend
Matt Ellis 7c39620e9a Introduce config.Key
Right now, config.Key is a type alias for tokens.ModuleMember. I did a
pass over the codebase such that we use config.Key everywhere it
looked like the value did not leak to some external process (e.g a
resource provider or a langhost).

Doing this makes it a little clearer (hopefully) where code is
depending on a module member structure (e.g. <package>:config:<value>)
instead of just an opaque type.
2018-03-08 10:52:25 -08:00
..
cloud Introduce config.Key 2018-03-08 10:52:25 -08:00
local Introduce config.Key 2018-03-08 10:52:25 -08:00
state Upgrade configuration files on first run 2018-02-28 17:37:18 -08:00
backend.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00
display.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
stack.go Reintroduce untyped deployments (#996) 2018-03-03 12:12:54 -08:00
updates.go Fix flaky update history test 2018-03-01 16:20:09 -08:00