pulumi/examples
Matt Ellis 15a0692ac8 Support using short names for config keys
Previously, you had to fully qualify configuration values (e.g
example:config:message). As a convience, let's support adding
configuration values where the key is not a fully qualified module
member. In this case, we'll treat the key as if
`<program-name>:config:` had been prepended to it.

In addition, when we print config, shorten keys of the form
`<program-name>:config:<key-name>` to `<key-name>`.

I've updated one integration test to use the new syntax and left the
other as is to ensure both continue to work.
2017-10-16 16:10:24 -07:00
..
analyzers/infosec Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
minimal Tidy up the examples 2017-10-12 06:05:14 -07:00
test-provider/simple Add auto-parenting 2017-10-15 04:38:26 -07:00
examples_test.go Support using short names for config keys 2017-10-16 16:10:24 -07:00