pulumi/sdk/go/pulumi
Matt Ellis 153729683a Allow eliding name in pulumi.Config .ctor
When this argument is not provided, we'll default to the value of
pulumi.getProject(). This is what you want for application level code
anyway and it matches the CLI behavior where if you don't qualify a
key with a package we use the name of the current project.

Fixes #1581
2018-08-06 16:03:54 -07:00
..
asset Fix a bunch of lint warnings 2018-06-09 11:33:45 -07:00
config Allow eliding name in pulumi.Config .ctor 2018-08-06 16:03:54 -07:00
context.go Appease linters. 2018-06-11 14:32:27 -07:00
properties.go Fix a *facepalm* 2018-06-10 12:36:14 -07:00
properties_test.go Implement unknown outputs 2018-06-09 16:59:53 -07:00
resource.go Support Pulumi programs written in Go 2018-06-08 10:36:10 -07:00
rpc.go Avoid aliasing *Output when possible 2018-06-10 11:54:11 -07:00
rpc_test.go Implement unknown outputs 2018-06-09 16:59:53 -07:00
run.go Avoid aliasing *Output when possible 2018-06-10 11:54:11 -07:00