Files
opentf/command/test-fixtures/show-json/nested-modules/main.tf
Kristin Laemmert 703f024cbd command/show (-json): fix panic if a moduleCall has a nil config
In the unlikely event that a moduleCall has a nil config - for example,
if a nested module call includes a variable with a typo in an
attribute - continue gracefully.
2019-06-03 11:19:03 -04:00

4 lines
46 B
HCL

module "my_module" {
source = "./modules"
}