terraform/configs/configupgrade/testdata/valid/heredoc-no-interp/want/heredoc.tf

7 lines
95 B
HCL

variable "foo" {
default = <<EOT
Interpolation sequences $${are not allowed} in here.
EOT
}