github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/heredoc-no-interp/want/heredoc.tf (about)

     1  variable "foo" {
     2    default = <<EOT
     3  Interpolation sequences $${are not allowed} in here.
     4  EOT
     5  
     6  }