flat-river-10700
11/14/2018, 10:20 PMpulumi up
with this example: https://github.com/pulumi/examples/tree/master/aws-py-webserver
It never creates anything after doing a pulumi up
. I see this in the output:
Diagnostics:
pulumi:pulumi:Stack (webserver-py-python-webserver-testing):
/home/wes/.pulumi/bin/pulumi-language-python-exec:57: RuntimeWarning: coroutine 'run_in_stack' was never awaited
pulumi.runtime.run_in_stack(lambda: runpy.run_path(args.PROGRAM, run_name='__main__'))
white-balloon-205
flat-river-10700
11/14/2018, 10:22 PMelegant-planet-7298
11/15/2018, 7:48 AMflat-river-10700
11/15/2018, 5:10 PMwhite-balloon-205
incalculable-sundown-82514
11/15/2018, 7:50 PMflat-river-10700
11/15/2018, 9:23 PMelegant-planet-7298
11/15/2018, 10:24 PMFile "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "./__main__.py", line 85, in <module>
pulumi.output('cluster-id', cluster.id)
TypeError: 'module' object is not callable
error: an unhandled error occurred: Program exited with non-zero exit code: 1