Files
opentf/command/test-fixtures/show-json/nested-modules/modules/more-modules/main.tf
Kristin Laemmert 703f024cbd command/show (-json): fix panic if a moduleCall has a nil config
In the unlikely event that a moduleCall has a nil config - for example,
if a nested module call includes a variable with a typo in an
attribute - continue gracefully.
2019-06-03 11:19:03 -04:00

5 lines
96 B
HCL

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