Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created January 17, 2017 18:29
Show Gist options
  • Save omar-yassin/f26d8d5ecc7731a71686c77bddc86d33 to your computer and use it in GitHub Desktop.
Save omar-yassin/f26d8d5ecc7731a71686c77bddc86d33 to your computer and use it in GitHub Desktop.
Terraform interpolation with empty list
"${compact(split(",", var.asg_elb_names))}" # returns 0 array if var.asg_elb_names is an empty string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment