pulumi/tests
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 Change default of where stack is created (#971) 2018-02-26 11:00:16 -08:00
integration Introduce config.Key 2018-03-08 10:52:25 -08:00
history_test.go Make some stack-related CLI improvements (#947) 2018-02-16 15:03:54 -08:00
init_test.go Add Pulumi.com backend, unify cobra Commands 2017-11-02 11:19:00 -07:00
main_test.go Create backups of all local stack checkpoint files (#949) 2018-02-20 21:05:57 -08:00
stack_test.go Change default of where stack is created (#971) 2018-02-26 11:00:16 -08:00