terraform/command/testdata/show-json/nested-module-error/modules/more-modules/main.tf

5 lines
96 B
HCL

variable "misspelled" {
default = "ehllo"
descriptoni = "I am a misspelled attribute"
}