Created
January 17, 2017 18:29
-
-
Save omar-yassin/f26d8d5ecc7731a71686c77bddc86d33 to your computer and use it in GitHub Desktop.
Terraform interpolation with empty list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"${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