terraform/config/test-fixtures/bad-variable-type.tf

4 lines
46 B
HCL

variable "bad_type" {
type = "notatype"
}