mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 22:02:25 -04:00
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.
4 lines
46 B
HCL
4 lines
46 B
HCL
module "more" {
|
|
source = "./more-modules"
|
|
}
|