Skip to content

Instantly share code, notes, and snippets.

@judell
Created September 10, 2024 20:40
Show Gist options
  • Save judell/e8e0110391f16013ca9113e8c6c0d969 to your computer and use it in GitHub Desktop.
Save judell/e8e0110391f16013ca9113e8c6c0d969 to your computer and use it in GitHub Desktop.
hn_joined_lists
locals {
joined_companies = join(",", local.companies)
joined_languages = join(",", local.languages)
joined_operating_systems = join(",", local.operating_systems)
joined_clouds = join(",", local.clouds)
joined_dbs = join(",", local.dbs)
joined_editors = join(",", local.editors)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment