mirror of https://github.com/pulumi/pulumi.git
8 lines
213 B
Puppet
8 lines
213 B
Puppet
![]() |
resource stackRef "pulumi:pulumi:StackReference" {
|
||
|
name = "PLACEHOLDER_ORG_NAME/stackreference-producer/PLACEHOLDER_STACK_NAME"
|
||
|
}
|
||
|
|
||
|
output referencedImageName {
|
||
|
value = "${stackRef.outputs["imageName"]}"
|
||
|
}
|