pulumi/tests/containers/python/__main__.py
Chris Smith 7818c219e8
Add .NET Core SDK to pulumi/pulumi container (#3616)
* Add tests for the pulumi/actions container

* Add .NET Core SDK to pulumi/pulumi container

* Address PR feedback

* Update CHANGELOG.md
2019-12-17 11:05:19 -08:00

5 lines
93 B
Python

import pulumi
config = pulumi.Config()
print("Hello from %s" % (config.require("runtime")))