pulumi/tests/integration
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
..
config_upgrade Upgrade configuration files on first run 2018-02-28 17:37:18 -08:00
diff Make many fixes to closure serialization (#944) 2018-03-01 00:32:01 -08:00
empty Get the empty Python program working 2018-02-23 19:33:02 -08:00
project_main Run yarn upgrade and commit all resulting lockfiles 2018-01-30 14:46:44 -08:00
project_main_abs Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
project_main_parent Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
protect_resources Rename pulumi package to @pulumi/pulumi (#917) 2018-02-12 13:13:13 -08:00
stack_dependencies Code review feedback: 2018-02-22 13:33:50 -08:00
stack_outputs Run yarn upgrade and commit all resulting lockfiles 2018-01-30 14:46:44 -08:00
stack_parenting Rename pulumi package to @pulumi/pulumi (#917) 2018-02-12 13:13:13 -08:00
stack_project_name Rename pulumi package to @pulumi/pulumi (#917) 2018-02-12 13:13:13 -08:00
steps Eliminate type redundancy 2018-02-28 12:44:55 -08:00
integration_test.go Introduce config.Key 2018-03-08 10:52:25 -08:00