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