Hacker News new | ask | show | jobs
by yegle 1015 days ago
My favorite example of Terraform being a terrible DSL for infrastructure: code to find ipv6 addresses in a list of v4/v6 addresses

  [for x in x.addresses: x if length(regexall(".*[:].*", x))>0]