mirror of https://github.com/pulumi/pulumi.git
4 lines
102 B
Puppet
4 lines
102 B
Puppet
![]() |
resource firstPassword "random:index/randomPassword:RandomPassword" {
|
||
|
length = 16
|
||
|
special = true
|
||
|
}
|