Skip to main content
  1. Docs
  2. Secrets & Configuration
  3. Concepts
  4. Built-in Functions
  5. fn::join

fn::join

    The fn::join built-in function joins the elements of a list of strings using a given delimiter. If any input to fn::join is a secret, the result is also a secret.

    Declaration

    fn::join: [ delimiter, values ]
    

    Parameters

    PropertyTypeDescription
    delimiterstringThe delimiter to use when joining values
    valuesListThe list of strings to join

    Returns

    The elements of values joined by delimiter.