cmur2 / language-terraform

Terraform.io support for Atom
MIT License
49 stars 32 forks source link

Language doesn't handle Regex with curly braces #15

Closed jfelixetcetera closed 8 years ago

jfelixetcetera commented 8 years ago

Currently chokes on this line:

resource "digitalocean_droplet" "web" {
  name = "drop-${replace(sha256("drop-${count.index}"), "/(.{0,7})(.*)/", "$1")}"
}