route/vendor/github.com/hashicorp/hcl/test-fixtures/escape_backslash.hcl

6 lines
167 B
HCL

output {
one = "${replace(var.sub_domain, ".", "\\.")}"
two = "${replace(var.sub_domain, ".", "\\\\.")}"
many = "${replace(var.sub_domain, ".", "\\\\\\\\.")}"
}