mirror of https://github.com/pulumi/pulumi.git
6 lines
94 B
Puppet
6 lines
94 B
Puppet
|
resource foo "random:index/randomPet:RandomPet" {
|
||
|
options {
|
||
|
retainOnDelete = true
|
||
|
}
|
||
|
}
|