pulumi/tests/integration/stack_reference_multi/python/exporter/__main__.py
Lee Zen f6402882c2
Regression tests for StackReference in the Python SDK (#3913)
* Make Python StackReference test similar to others (with two steps)
* Include new Python StackReference integration test that uses multiple stacks
* Expose various life cycle methods for ProgramTester
2020-02-17 10:40:46 -08:00

4 lines
48 B
Python

import pulumi
pulumi.export('val', ["a", "b"])