mirror of https://github.com/pulumi/pulumi.git
7 lines
89 B
Puppet
7 lines
89 B
Puppet
![]() |
component "myPet" "./rc" {
|
||
|
prefix = "my-"
|
||
|
}
|
||
|
|
||
|
output "name" {
|
||
|
value = myPet.name
|
||
|
}
|