summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/test-fixtures/escape_backslash.hcl
blob: bc337fb7cc9bcefe9dd89342bf251b6e69c42462 (plain)
1
2
3
4
5
output {
  one = "${replace(var.sub_domain, ".", "\\.")}"
  two = "${replace(var.sub_domain, ".", "\\\\.")}"
  many = "${replace(var.sub_domain, ".", "\\\\\\\\.")}"
}