mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-31 16:00:31 -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.
4 lines
46 B
HCL
4 lines
46 B
HCL
module "my_module" {
|
|
source = "./modules"
|
|
}
|