pulumi/tests/testdata/bad_random_pp/main.pp

11 lines
152 B
Puppet

resource "pet" "random:index:RandomPet" {
options {
version = "4.13.0"
}
length = aVariable
}
output "name" {
value = pet.id
}