pulumi/esc

Add fn::split support

lblackstone opened this issue ยท 0 comments

Hello!

  • Vote on this issue by adding a ๐Ÿ‘ reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

ESC already supports fn::join to concatenate a list of strings into a single value. The opposite would also be useful.

Pulumi YAML has prior art for this: https://www.pulumi.com/docs/languages-sdks/yaml/yaml-language-reference/#fnsplit

Affected area/feature