mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-01 01:00:52 -05:00
One of the show json command tests expected no error when presented with an invalid configuration in a nested module. Modify the test created in PR #21569 so that it can still verify there is no panic, but now expect an error from init.
5 lines
96 B
HCL
5 lines
96 B
HCL
variable "misspelled" {
|
|
default = "ehllo"
|
|
descriptoni = "I am a misspelled attribute"
|
|
}
|