7 lines
94 B
Terraform
7 lines
94 B
Terraform
|
variable "foo" {
|
||
|
default = <<EOT
|
||
|
Interpolation sequences ${are not allowed} in here.
|
||
|
EOT
|
||
|
|
||
|
}
|