mirror of https://github.com/pulumi/pulumi.git
8 lines
160 B
Python
8 lines
160 B
Python
|
# Copyright 2016-2020, Pulumi Corporation. All rights reserved.
|
||
|
|
||
|
"""An example program that needs a venv to run"""
|
||
|
|
||
|
import pulumi
|
||
|
|
||
|
pulumi.export('foo', 'bar')
|