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