terraform/configs/configupgrade/test-fixtures/valid/heredoc-no-interp/input/heredoc.tf

7 lines
94 B
HCL

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