This message was deleted.
# general
s
This message was deleted.
e
You can use
.apply
for most of it. Ex.
template: pulumi.all[clusterName, region]).apply([clusterName, region] => ({ ... })
You can find more about this in Pulumi Programming Mode: https://www.pulumi.com/docs/intro/concepts/programming-model/
👍 1
m
Thanks that helps.