mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-04 00:36:11 -04: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.
3 lines
46 B
HCL
3 lines
46 B
HCL
module "my_module" {
|
|
source = "./modules"
|
|
}
|