mirror of https://github.com/pulumi/pulumi.git
4 lines
96 B
Puppet
4 lines
96 B
Puppet
![]() |
data = [for entry in entries([1,2,3]) : {
|
||
|
usingKey: entry.key
|
||
|
usingValue: entry.value
|
||
|
}]
|