pulumi/tests/testdata/codegen/entries-function-pp/python/entries-function.py

11 lines
167 B
Python

import pulumi
data = [{
"usingKey": entry["key"],
"usingValue": entry["value"],
} for entry in [{"key": k, "value": v} for k, v in [
1,
2,
3,
]]]