mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-06-01 04:02:48 -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"
|
|
}
|