Files
opentf/command/testdata/show-json/nested-module-error/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

4 lines
46 B
HCL

module "more" {
source = "./more-modules"
}