pulumi/tests/testdata/codegen/components-pp/another-component/main.pp

4 lines
102 B
Puppet

resource firstPassword "random:index/randomPassword:RandomPassword" {
length = 16
special = true
}