mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-30 07:01:03 -04:00
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.
5 lines
96 B
HCL
5 lines
96 B
HCL
variable "misspelled" {
|
|
default = "ehllo"
|
|
descriptoni = "I am a misspelled attribute"
|
|
}
|