Files
opentf/command/testdata/show-json/nested-modules/modules/more-modules/main.tf
2019-06-30 10:16:15 +02:00

5 lines
96 B
HCL

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