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