You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Only expand directories: dependency paths can also point at non-default-named config files (e.g. another-name.hcl), which the stack-file parser would otherwise reject as "not a directory".
// Dependency paths can also point at non-default-named config files (e.g. another-name.hcl), which the stack-file parser would otherwise reject as "not a directory".
// JSON-format remain bodies aren't *hclsyntax.Body and must return false: autoinclude blocks are only supported in native HCL.
40
+
// Non-*hclsyntax.Body remain bodies (e.g. hcl.EmptyBody, JSON-format bodies) must return false: autoinclude blocks are only inspected in native HCL syntax.
0 commit comments