Files
opentf/command/testdata/show-json/nested-modules/modules/more-modules/main.tf
James Bardin e4640a43d7 fix show-json test to expect error from nested mod
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.
2019-07-16 21:30:04 -04:00

5 lines
76 B
HCL

variable "ok" {
default = "something"
description = "description"
}