github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/testdata/invalid-files/variable-bad-default.tf (about)

     1  variable "incorrectly_typed_default" {
     2      type    = list(string)
     3      default = "hello"
     4  }