mirror of https://github.com/pulumi/pulumi.git
9 lines
128 B
Puppet
9 lines
128 B
Puppet
|
resource "pet" "random:index:RandomPet" {
|
||
|
options {
|
||
|
version = "4.13.0"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
output "name" {
|
||
|
value = pet.id
|
||
|
}
|