github.com/r3labs/terraform@v0.8.4/terraform/test-fixtures/apply-escape/main.tf (about) 1 resource "aws_instance" "bar" { 2 foo = "${"\"bar\""}" 3 }