mirror of https://github.com/pulumi/pulumi.git
4 lines
87 B
Python
4 lines
87 B
Python
|
import pulumi
|
||
|
|
||
|
stack_ref = pulumi.StackReference("stackRef", stack_name="foo/bar/dev")
|